This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Description
Hi,
I'm in awe with your work so far. That's a blessing for simplifying my RE of WASM contracts.
When I generate the CFG though, the call show only the index , not the friendly imported function name (same for local function, we only see the index, which makes the CFG difficult to match with the Call Graph (where you show the imported name or $funcX)
Thanks