williballenthin / python-idb

Pure Python parser and analyzer for IDA Pro database files (.idb).
Apache License 2.0
457 stars 73 forks source link

Enhanced Function.get_signature #99

Closed imbillow closed 4 years ago

imbillow commented 4 years ago

ref #17 #18

XVilka commented 4 years ago

Can you please also add the rest *call conventions?

with the respective tests?

Also the returning of the complex types from the function?

XVilka commented 4 years ago

Can you please add also the __usercall?