-
利用能量平衡法测量了合成孔径雷达数据。
利用能量均衡法对实测的合成孔径雷达回波数据估计出其多普勒中心-use of the energy balance method measured the Synthetic Aperture Radar data to estimate its center Doppler
- 2022-05-26 18:40:08下载
- 积分: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
-
learning VC when doing small exercises, based on the application of the single
学习VC++时做得小练习,基于单文档应用的简单的数据库编程,易于出血者的使用,实现最基本的数据库管理功能-learning VC when doing small exercises, based on the application of the single-file database programming simple and easy to use bleeding, achieve the most basic database management functions
- 2022-01-27 17:16:17下载
- 积分:1
-
knockout mice to the game, according to Japanese translation, hope you like, Try...
敲地鼠游戏,根据日文翻译而成,希望大家喜欢,试一下吧-knockout mice to the game, according to Japanese translation, hope you like, Try it
- 2022-08-18 09:10:27下载
- 积分:1
-
一个国外的flash鼠标跟随动画
一个国外的flash鼠标跟随动画,包括了4种模式的鼠标跟随效果,自己下载Flash编译生成一下,来自国外的Flash源码网站。
- 2022-04-23 02:34:26下载
- 积分:1
-
POJ probably more difficult on 50 topics of the code, please share
大概POJ上50道比较难的题的代码,欢迎分享-POJ probably more difficult on 50 topics of the code, please share
- 2022-01-26 16:25:25下载
- 积分:1
-
JAVA记事本源代码
JAVA记事本源代码 -JAVA source code of Java notebook source code of Java notebook source code
- 2022-08-25 22:13:36下载
- 积分:1
-
remove background noise from speech signal
remove background noise from speech signal
- 2022-08-16 02:36:08下载
- 积分:1
-
VC++是实现文件操作,可以生成报表用记事本打开,适合初学者学习...
VC++是实现文件操作,可以生成报表用记事本打开,适合初学者学习-VC++ Is to achieve file operations, can generate reports using Notepad to open, suitable for beginners to learn
- 2022-01-30 11:46:02下载
- 积分:1
-
在实验箱max_plus2和FPGA实现频率的功能…
在max_plus2和FPGA实验箱上实现频率计的功能,原创-In the experimental box max_plus2 and FPGA to achieve the function of the frequency of the original
- 2022-07-21 11:53:09下载
- 积分:1