illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

main function not found, we cannot taint the args :S #69

Closed instruder closed 4 years ago

instruder commented 7 years ago

main function not found, we cannot taint the args :S

If ida not get the main function,then plugin will run error..

illera88 commented 7 years ago

Hi, Yes, we should take better of that. In the meanwhile you can disable "Taint/Symbolize argv"

Cheers

debasishm89 commented 4 years ago

I simply had to rename the sub_xxxxx (manually found) to main() , it works!