EiNSTeiN- / hexrays-python

Python bindings for the Hexrays Decompiler
Other
87 stars 24 forks source link

added support for 'long' addresses #1

Closed nan0tube closed 11 years ago

nan0tube commented 11 years ago

hexrays.decompile() didn't accept some kernel addresses because they are 'long'.

EiNSTeiN- commented 11 years ago

This will probably be a problem for some of the std::map wrappers as well. I will check them out.