首页
社区
课程
招聘
[转帖]Quick Introduction to Reverse Engineering for Beginners 0.6
发表于: 2013-3-19 13:25 1269

[转帖]Quick Introduction to Reverse Engineering for Beginners 0.6

2013-3-19 13:25
1269
Quick Introduction to Reverse Engineering for Beginners 0.6
by:Dennis Yurichev
Here (will be) some of my notes about reverse engineering in English and Russian language for those beginners who like to learn to understand x86 code created by C/C++ compilers (which is a most large mass of all executable software in the world).

There are two most used compilers: MSVC and GCC, these we will use for experiments.

There are two most used x86 assembler syntax: Intel (most used in DOS/Windows) and AT&T (used in *NIX) 1. Here we use Intel syntax. IDA 5 produce Intel syntax listings too.

http://en.wikipedia.org/wiki/X86_assembly_language#Syntax


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//