crypto2011 / IDR

Interactive Delphi Reconstructor
MIT License
961 stars 226 forks source link

when generate ida idc, change delphi function type #1

Open kkHAIKE opened 8 years ago

kkHAIKE commented 8 years ago

default fastcall,but usercall @eax>(@<eax,@ebx>,@<ecx) in fact and idc have many duplication of name. it's a great tool,thx a lot

lab313ru commented 7 years ago

22 may be related to this issue.

crypto2011 commented 7 years ago

Don't understand this: default fastcall,but usercall @(@,@,@) in fact

lab313ru commented 7 years ago

Your script does not apply function types, just names. And because of this IDA makes its own suggestions about types, and makes usercall definitions instead of fastcall.