首页
社区
课程
招聘
[转帖]IDA Pro Decompiler Basics Microcode and x86 Calling Conventions
发表于: 2021-1-27 11:29 3061

[转帖]IDA Pro Decompiler Basics Microcode and x86 Calling Conventions

2021-1-27 11:29
3061

IDA Pro Decompiler Basics Microcode and x86 Calling Conventions

Join us for a look under the hood at how IDA Pro optimizes their microcode (IL) to provide a clean decompiled view. We also reverse engineer a bug in calling convention identification for x86 can lead to cascading issues in the intermediate representation as it is optimized. 

Automated Malware Unpacking

https://www.unpac.me/


Introduction to IDA's microcode

https://www.youtube.com/watch?v=T-Ykh... 


__fastcall

https://docs.microsoft.com/en-us/cpp/...


__thiscall

https://docs.microsoft.com/en-us/cpp/...


How to force a call type

https://www.hex-rays.com/products/dec...


Lucid IDA Plugin View Microcode

https://github.com/gaasedelen/lucid


Feedback, questions, and suggestions are always welcome : )


Sergei https://twitter.com/herrcore

Sean https://twitter.com/seanmw


As always check out our tools, tutorials, and more content over at https://www.openanalysis.net


https://www.youtube.com/watch?v=T0tdj1WDioM



[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

最后于 2021-1-27 11:29 被linhanshi编辑 ,原因:
收藏
免费 4
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//