evilsong / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

Finish wrapper decompose API in Python #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See if the structured types in C can be better lay-out in a way, so it's 
easier to work with them in c-types also.

Original issue reported on code.google.com by distorm@gmail.com on 16 May 2010 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by distorm@gmail.com on 16 May 2010 at 6:45

GoogleCodeExporter commented 9 years ago
revisited this issue. the structure types are ok. as the immediates for 
instance, can be accessed by the qword, you don't have to do that by size. 
since all parameters are written with zero/sign extensions. also changed python 
code to become much simpler.

Original comment by distorm@gmail.com on 16 Aug 2010 at 3:02