P1sec / hermes-dec

A reverse engineering tool for decompiling and disassembling the React Native Hermes bytecode
GNU Affero General Public License v3.0
512 stars 52 forks source link

Typo in README.md #3

Closed praetorian-tim closed 1 year ago

praetorian-tim commented 1 year ago

Hello,

I wanted to reach out and make you aware of a typo I noticed in the file README.md: https://github.com/P1sec/hermes-dec/blob/7444ad2879fdda949148e8ac0e91a393038bcad9/README.md?plain=1#L74

The folder which holds the decompilation tools is currently "decompilation", not "decompiler". As such, the command could be updated as follows:

~/hermes-dec/decompilation/hbc_decompiler.py assets/index.android.bundle /tmp/my_output_file.js

A very small issue overall, but I figured it may be worth bringing up.

Thank you, and I appreciate the hard work spent developing this tool!

p1-mmr commented 1 year ago

Thank you!