Commit
·
f558a20
1
Parent(s):
2f590bd
minor update
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ The REALTYPE dataset contains 154,301 training functions, 540 validation functio
|
|
51 |
* User-defined type definitions: Complete definitions of all UDTs used in the function.
|
52 |
* Call graph information: Data about which functions call or are called by each function.
|
53 |
|
54 |
-
The original REALTYPE dataset was only organized by binary. This view can be accessed using the `by_binary` configuration. This dataset also contains a `by_function` configuration, which organizes the data by function. Most data is in both views, but the `by_function` view does not contain the call graph.
|
55 |
|
56 |
## Dataset Creation
|
57 |
|
|
|
51 |
* User-defined type definitions: Complete definitions of all UDTs used in the function.
|
52 |
* Call graph information: Data about which functions call or are called by each function.
|
53 |
|
54 |
+
The original REALTYPE dataset was only organized by binary. This view can be accessed using the `by_binary` configuration. This dataset also contains a `by_function` configuration, which organizes the data by function. Most data is in both views, but the `by_function` view does not contain the call graph or unmatched functions (decompiled functions for which the original source code could not be found).
|
55 |
|
56 |
## Dataset Creation
|
57 |
|