Closed mstrong-tech closed 1 year ago
Hi guys! I'm trying to decompile and disassemble a class code but both commands -b and -d failed. class: 0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d json file: 0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d.json
-b
-d
0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d
0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d.json
This issue is now fixed. It came from the fact that entrypoint offsets were stored in base 16 for JSON artifacts generated with a compiler < 0.11.0 and in base 10 from the compiler version 0.11.0.
Hi guys! I'm trying to decompile and disassemble a class code but both commands
-b
and-d
failed. class:0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d
json file:0x034bf120526ae8e9bf4038c4834b41a6f83889e01d15de4916bc79a9491e9e9d.json