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
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
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)
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
callshow 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