Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete Function Analysis #12

Open
GAO-D opened this issue Aug 2, 2023 · 0 comments
Open

Incomplete Function Analysis #12

GAO-D opened this issue Aug 2, 2023 · 0 comments

Comments

@GAO-D
Copy link

GAO-D commented Aug 2, 2023

I've used the origin ida-evm to analyze some of the contracts uploaded on etherscan.io, for example, https://etherscan.io/address/0x029af1f2c753c458c1e7fa04428e78cbe2eb09a7#code
I got the deployed bytecode with the prefix “0x” and the file extention is ".bytecode". Just change the file extention of file below
0x029af1f2c753c458c1e7fa04428e78cbe2eb09a7.txt
When I analyzed it, I got some functions and details in the functions, but when I compared those details to the source code, the details of the IDA analysis were incomplete. For this example, I opened the isContractMiniGame() function, and the contents of the 0xba9 address and 0x305 address are still part of the function, but IDA is not parsing them out. Hopefully updates can be made.
example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant