Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacomis authored Sep 8, 2023
1 parent 1310ac5 commit 5f8e949
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dataset-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ A copy of Hex-Rays (and, implicitly, IDA Pro) is also required.
Use
===

Use is fairly simple, given a directory of binaries and an existing output
directory, just run the [run_decompiler.py](run_decompiler.py) script with
Python 3:
`python3 run_decompiler.py --ida /path/to/idat64 BINARIES_DIR OUTPUT_DIR`
To use run the [generate.py](generate.py) script with Python 3:
`python3 generate.py --ida /path/to/idat64 -b BINARIES_DIR -o OUTPUT_DIR`

This generates a `.jsonl` file for each binary in `BINARIES_DIR`. The file is in
the [JSON Lines](http://jsonlines.org) format, and each entry corresponds to a
Expand Down

0 comments on commit 5f8e949

Please sign in to comment.