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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: