当前位置:网站首页>Introduction series of software reverse cracking (1) - common configurations and function windows of xdbg32/64
Introduction series of software reverse cracking (1) - common configurations and function windows of xdbg32/64
2022-07-03 15:26:00 【Yulong_】
Preface
Software reverse cracking is divided into Dynamic debugging and Static analysis , Just like internal skill and external skill , I will talk about it in the future , First of all Dynamic debugging .
Common dynamic debugging tools are ollydbg and xdbg32/64
ollydbg Debugging is not supported 64 Bit program , Although classic, it has a long history , and xdbg Open source and free , And support debugging 64 Bit program , I also believe that this tool will be better and better used , This article is also about xdbg!
It is said that , If a worker wants to do a good job, he must sharpen his tools first , I can't even talk about other things in vain !
Common configuration item modification
1、 Close the event breakpoint : Options - Options
Set these event breakpoints to null , Prevent interference during debugging :

2、 Ignore exceptions

3、 Disassembly window configuration

Common sub windows
Below I use xdbg32 Casually loaded a
边栏推荐
- 秒杀系统1-登录功能
- Halcon and WinForm study section 2
- Didi off the shelf! Data security is national security
- VC下Unicode和ANSI互转,CStringW和std::string互转
- Detailed explanation of string function and string function with unlimited length
- Enable multi-threaded download of chrome and edge browsers
- The markdown file obtains the pictures of the network and stores them locally and modifies the URL
- do{}while()的妙用
- The method of parameter estimation of user-defined function in MATLAB
- Visual upper system design and development (Halcon WinForm) -5 camera
猜你喜欢

Kubernetes advanced training camp pod Foundation

Jvm-03-runtime data area PC, stack, local method stack

Kubernetes vous emmène du début à la fin

Concurrency-02-visibility, atomicity, orderliness, volatile, CAS, atomic class, unsafe

基础SQL教程

Popular understanding of random forest

Halcon与Winform学习第一节

秒杀系统1-登录功能

Introduction, use and principle of synchronized

Basic SQL tutorial
随机推荐
The method of parameter estimation of user-defined function in MATLAB
Halcon与Winform学习第一节
C语言刷题~Leetcode与牛客网简单题
Basic SQL tutorial
Detailed pointer advanced 1
win32创建窗口及按钮(轻量级)
mysql innodb 存储引擎的特性—行锁剖析
Kubernetes 进阶训练营 Pod基础
Redis single thread problem forced sorting layman literacy
[cloud native training camp] module 7 kubernetes control plane component: scheduler and controller
CString中使用百分号
视觉上位系统设计开发(halcon-winform)-5.相机
Seckill system 3- product list and product details
Concurrency-02-visibility, atomicity, orderliness, volatile, CAS, atomic class, unsafe
The difference between RAR and zip files
Jvm-03-runtime data area PC, stack, local method stack
Jvm-08-garbage collector
Visual upper system design and development (Halcon WinForm) -3 Image control
秒殺系統3-商品列錶和商品詳情
leetcode_ Power of Four