当前位置:网站首页>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
边栏推荐
- 通过进程PID获取可执行文件路径(QueryFullProcessImageName)
- PyTorch crop images differentiablly
- 秒杀系统2-Redis解决分布式Session问题
- Seckill system 2 redis solves the problem of distributed session
- 高并发下之redis锁优化实战
- Visual upper system design and development (Halcon WinForm) -1 Process node design
- QT common sentence notes
- String functions that you need to know
- Matlab r2011b neural network toolbox precautions
- 《微服务设计》读书笔记(上)
猜你喜欢
随机推荐
GCC cannot find the library file after specifying the link library path
[cloud native training camp] module VIII kubernetes life cycle management and service discovery
Kubernetes 进阶训练营 Pod基础
Halcon and WinForm study section 2
基于SVN分支开发模式流程浅析
秒杀系统3-商品列表和商品详情
Srs4.0+obs studio+vlc3 (environment construction and basic use demonstration)
Popular understanding of decision tree ID3
redis单线程问题强制梳理门外汉扫盲
PyTorch crop images differentiablly
基础SQL教程
Redis single thread problem forced sorting layman literacy
Mysql报错:[ERROR] mysqld: File ‘./mysql-bin.010228‘ not found (Errcode: 2 “No such file or directory“)
The method of parameter estimation of user-defined function in MATLAB
Kubernetes advanced training camp pod Foundation
What are the composite types of Blackhorse Clickhouse, an OLAP database recognized in the industry
Tensorflow realizes verification code recognition (II)
Characteristics of MySQL InnoDB storage engine -- Analysis of row lock
Creation and destruction of function stack frames
[probably the most complete in Chinese] pushgateway entry notes









