I am working on the problem that extracts constant numbers and constant strings using IDApython.
It seems that I can use
idautil.Strings()
to extract constant strings. But how about constant numbers?
Could anyone give me some ideas? Thanks!
I am working on the problem that extracts constant numbers and constant strings using IDApython.
It seems that I can use
idautil.Strings()
to extract constant strings. But how about constant numbers?
Could anyone give me some ideas? Thanks!