FuzzingLabs / thoth

Cairo/Starknet security toolkit (bytecode analyzer, disassembler, decompiler, symbolic execution, SBMC)
https://fuzzinglabs.com/
GNU Affero General Public License v3.0
245 stars 21 forks source link

CALL ABS/REL #71

Closed raefko closed 2 years ago

raefko commented 2 years ago

Disassembler does not make a difference between CALL ABS and CALL REL image image

I fixed the bug for the decompiler, just need to do the same for the disassembler

raefko commented 2 years ago

Fixed image