Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
CodeGen trained on decompiled ghidra C source code with the capability for answering questions such as:
|
6 |
+
|
7 |
+
1. What is the purpose of the code?
|
8 |
+
2. What language is the code written in (c/c++)?
|