当前位置:网站首页>入口点注入
入口点注入
2022-08-05 04:58:00 【小鸡岛~】
入口点: 每一个程序都有一个入口点地址,比如main函数。我们的ntdll模块加载后会去调用这个入口点地址,然开始执行我们的代码
提出问题:
- codeRemoteArea需要做什么事情
task1:加载我们的注入模块 LoadLibraryW 地址 存在两个问题:A.CALL xxxx 这个地址无效,为什么?重定位 B.push xxxx 字符串地址是错误的 利用window的动态链接库加载原理:A进程加载了xxx模块*(运行时),B进程也需要加载模块xxx,OS为了节约内存,他会直接使用A进程加载后的模块地址。 task2: 修复入口点地址被破环的5个字节的代码 task3: JMP 入口点地址
2.codeRemoteArea函数执行需要什么数据呢?
1.函数指针(LoadLibraryW ) 模块路径(dllName)
2.入口点地址(EntryPoint), 存储**被破环的指令**的地方(oldCode)
3.谁去填充这些数据呢?
task1: GetModuleHandleA+偏移地址, 赋值到EntryPoint
task2: 保存被破坏的的指令 入口点地址→oldCode
task3: 破坏入口点地址 JMP 要去的地址T
4.谁去搭建这个数据框架?
task1:alloc memory on the GameMemory
边栏推荐
猜你喜欢
Excel画图
Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
Dephi逆向工具Dede导出函数名MAP导入到IDA中
MySQL Foundation (1) - Basic Cognition and Operation
程序开发的一些常规套路(一)
[SWPU2019]Web1
Mysql's redo log detailed explanation
The role of DataContext in WPF
【cesium】元素高亮显示
Use IDEA to connect to TDengine server
随机推荐
AUTOCAD——标注关联
bytebuffer internal structure
App rapid development and construction experience: the importance of small programs + custom plug-ins
社区分享|腾讯海外游戏基于JumpServer构建游戏安全运营能力
Flutter TapGestureRecognizer 如何工作
Excel画图
说说数据治理中常见的20个问题
使用IDEA连接TDengine服务器
二叉树基本性质+oj题解析
u-boot debugging and positioning means
淘宝账号如何快速提升到更高等级
大学物理---质点运动学
作业8.4 进程间的通信 管道与信号
uboot开启调试打印信息
一篇博客通关Redis技术栈
[SWPU2019]Web1
How can Flutter parent and child components receive click events
4T硬盘剩余很多提示“No space left on device“磁盘空间不足
什么是ASEMI光伏二极管,光伏二极管的作用
dedecms报错The each() function is deprecated