当前位置:网站首页>逆向理论知识4
逆向理论知识4
2022-08-05 04:58:00 【小鸡岛~】
猜测:
- 当看到[ecx+4]之类的指令,我们可以推断这是一个类
00407A20 | 8B41 04 | mov eax,dword ptr ds:[ecx+4]
00407A23 | 85C0 | test eax,eax
00407A25 | 74 09 | je sword2_1024_768_windows_2.
00407A27 | 8B41 08 | mov eax,dword ptr ds:[ecx+8]
00407A2A | 83C1 08 | add ecx,8
00407A2D | FF60 08 | jmp dword ptr ds:[eax+8]
00407A30 | C3 | ret
实证:Ctrl+F9,F7;观察汇编指令,在CALL xxxx之前是否有地址赋给ECX这类指令
边栏推荐
- 狗仔队:表面编辑多视点图像处理
- 工业级远距离无线传输装置的功能有哪些?
- [Surveying] Quick Summary - Excerpt from Gaoshu Gang
- Redis哨兵模式配置文件详解
- How to quickly upgrade your Taobao account to a higher level
- u-boot debugging and positioning means
- Machine Learning Overview
- How does the Flutter TapGestureRecognizer work
- Bytebuffer put flip compact clear method demonstration
- C language - vernacular to understand the original code, inverse code and complement code
猜你喜欢
[MRCTF2020] Ezpop (detailed)
Detailed explanation of Mysql's undo log
雷克萨斯lm的安全性到底体现在哪里?一起来看看吧
App rapid development and construction experience: the importance of small programs + custom plug-ins
In the hot summer, teach you to use Xiaomi smart home accessories + Raspberry Pi 4 to connect to Apple HomeKit
AUTOCAD - dimension association
WPF中DataContext作用
dedecms后台生成提示读取频道信息失败的解决方法
How can Flutter parent and child components receive click events
[SWPU2019]Web1
随机推荐
Cron(Crontab)--使用/教程/实例
【软考 系统架构设计师】软件架构设计③ 特定领域软件架构(DSSA)
ansible各个模块详解
人性的弱点
【无标题】
Develop your own node package
特征预处理
C language - vernacular to understand the original code, inverse code and complement code
二叉树基本性质+oj题解析
Flutter Learning 4 - Basic UI Components
C语言-大白话理解原码,反码和补码
Flutter学习三-Flutter基本结构和原理
Four-digit display header design
Excel Paint
Flutter学习-开篇
dedecms error The each() function is deprecated
关于sklearn库的安装
Flutter 父子组件如何都能收到点击事件
Paparazzi: Surface Editing by way of Multi-View Image Processing
Day019 Method overriding and introduction of related classes