You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to decompile some sui/aptos modules and tried to do so using this plugin.
The plugin is installed as the configuration panel shows the diem decompiler. However, when I open a .bin containing my sui code, I don't see an option to select the decompiler.
For reference, the magic bytes my sui modules all start with are 0x1ca10beb00060000, is this different from the original diem magic bytes maybe? Preventing auto-detection? Here's the full module bytecode for eg. some safe math module.
I want to decompile some sui/aptos modules and tried to do so using this plugin.
The plugin is installed as the configuration panel shows the diem decompiler. However, when I open a .bin containing my sui code, I don't see an option to select the decompiler.
For reference, the magic bytes my sui modules all start with are
0x1ca10beb00060000
, is this different from the original diem magic bytes maybe? Preventing auto-detection? Here's the full module bytecode for eg. some safe math module.Hexdump from within jeb:
Really would love to get started decompiling viem bytecode, how do I get it to show up as an option on the decompiler?
The text was updated successfully, but these errors were encountered: