-
debuglib
vc调试模式下运行程序常用的动态库,希望给一些朋友帮助,特收集起来共享.(vc debug mode used to run programs under the dynamic library, hoping to help give some of my friends, to share special collected.)
- 2009-03-31 09:38:04下载
- 积分:1
-
StewartPlatform
stewart平台基于matlab simmechanics的系统建模,可进行运动仿真,动力学仿真,鲁棒控制,H无穷控制(Stewart platform is based on MATLAB SimMechanics system modeling, which can be used for motion simulation, dynamics simulation, robust control, H infinite control)
- 2017-06-20 09:40:07下载
- 积分:1
-
模态分析命令流
说明: 利用ansys apdl对梁进行模态分析(Modal analysis of beams with ANSYS APDL)
- 2020-10-20 00:37:25下载
- 积分:1
-
ELM_code
对一个向量,XY都是它本身,做皮尔逊相关系数,得到一个对称矩阵且对角线为1(For a vector, XY is itself, making a Pearson correlation coefficient, and obtaining a symmetric matrix with a diagonal of 1.)
- 2018-05-21 12:41:38下载
- 积分:1
-
汇集了1万种成语
汇集了1万种成语-pool of 10,000 species of idioms
- 2022-03-29 01:09:46下载
- 积分:1
-
反射折射
光学反射折射,用来模拟光在介质中反射的动态过程(Optical reflection and refraction, to simulate the dynamic process of light reflection in a medium.)
- 2018-08-07 16:51:18下载
- 积分:1
-
ts3
DGUS字库生成器,文本显示,希望对大家有所帮助(DGUS word library generator)
- 2020-06-21 14:00:01下载
- 积分:1
-
duihuakuang
说明: Custom dialog box, demonstrates the system dialog box and the custom dialog box, you can learn about the custom control, friends in need can download and study for themselves.
- 2020-06-19 05:20:01下载
- 积分:1
-
ofdm_channel_estimation
OFDM下的信道估计,在频率选择性rayleigh信道下五条多径下测试,并作出信道估计性能曲线(OFDM under channel estimation in frequency selective Rayleigh fading trail of more than five tests, and channel estimation performance curve)
- 2021-03-16 18:49:21下载
- 积分:1
-
VB API HOOK拦截程序源码
VB 基于API HOOK拦截程序源码,演示VB如何拦截API呼叫,這是網友問的問題,雖然這個問題並不適合用VB做,但並不是做不到,要多繞一段路,這個問題重點在於執行檔中的IAT(Import Address Table) 如果你對於PE黨並不熟悉 請參考PE檔簡介。一個Process再執行時,會將許多DLL載入到行程空間中,如呼叫User32.dll中的MessageBoxW就必須將User32.dll載入到位址空間,呼叫越多不同種的API,位址空間中的模組也就越多,至於如何得知行程所載入的模組請參考如何取得Process中載入的模組的資訊。
一般來說,如果是執行Notepad.exe 我們只要攔截模組Notepad.exe的IAT即可,除非你想攔截Notepad.exe是否有透過其他DLL去執行要攔截的函數,才需要去攔截其他載入的模組,這個程式整個攔截的過程如下:
1.在要攔截的程式上配置2塊記憶體空間,一塊用來放要攔截的程式,一塊用來放所需要用的區域變數 至於如何再外部程式配置記憶體請參考如何在外部程式配置記憶體
AddressOfRemoteFunction=CreateRemoteMememory(SomeProcess,FunctionSize)
AddressOfVar=CreateRemoteMememory(SomeProcess,DataSize)
2.將要注射的函數寫到配置的位址空間 並初使化變數
Call WriteCodeTo(AddressOfRemoteFunction)
[AddressOfVar]=1
[AddressOfVar+256]=Old_FunctionAddress
3.修改IAT位址到新配置的函數
- 2023-07-21 01:35:17下载
- 积分:1