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

Use decompiler from lucasbaizer2/hasmer #11

Open devnoname120 opened 3 months ago

devnoname120 commented 3 months ago

The following project has a more advanced decompiler as far as I know: https://github.com/lucasbaizer2/hasmer/tree/master/hasmer/libhasmer/Decompiler

Unfortunately the disassembler of this project it's not quite up to date with the latest HBC bytecode versions. Any chance hermes-dec could use its own disassembler and https://github.com/lucasbaizer2/hasmer as a backend for decompilation?