-
VB6实现Windows服务
VB6实现Windows服务-VB6 Windows services
- 2022-07-16 06:19:27下载
- 积分:1
-
输出你好,世界混乱的C++语言源代码(加密源代码,H ..
输出Hello, World
混乱C语言的源代码(加密源代码,嘿嘿)
仅供朋友们“消遣作乐”,能够看懂是为什么固然不错。看不懂也不必太过认真,如果你要觉得有意思的话,顶顶贴。如果你觉得没什么意思的话,一笑了之。仅供娱乐而已,不必太过认真。-The output Hello, World chaotic C language source code (encrypted source code, Hei hei) only friends " entertainment creating music" , able to read it all very well why. There is no need to read too seriously, if you want to find interesting, then, Dingding paste. If you think there is any meaning, then laugh. Only for entertainment only, do not be too careful.
- 2023-03-09 12:15:03下载
- 积分:1
-
很棒的网页音乐播放器,可以嵌入网页。界面很漂亮,功能也很强。...
很棒的网页音乐播放器,可以嵌入网页。界面很漂亮,功能也很强。-Great web page music player can be embedded in web pages. Interface is very beautiful, very strong function.
- 2022-02-01 20:08:21下载
- 积分:1
-
javascript教程下部分
javascript教程下部分-javascript course are partial
- 2023-07-16 23:15: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
-
这是数字图象处理的书的第一章,一本不错的书
这是数字图象处理的书的第一章,一本不错的书-This is the digital image processing of the first chapter, a good book
- 2022-03-18 08:10:17下载
- 积分:1
-
Java XianQi lets you play Chinese chess with yourself (not the computer) or an o...
Java XianQi lets you play Chinese chess with yourself (not the computer) or an online opponent.
- 2022-01-26 16:33:04下载
- 积分:1
-
net Ajax无刷新技术的使用说明 及 相关的动态数据库。
net Ajax无刷新技术的使用说明 及 相关的动态数据库。-net Ajax without the use of technology refresh and the related dynamic database.
- 2022-04-11 04:24:30下载
- 积分:1
-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格....
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This procedure is brushless motor control procedures, in-kind in the adoption by the debugger. The performance indicators were qualified.
- 2022-03-17 14:57:29下载
- 积分:1
-
This is a well
这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~
-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try啦~
- 2022-02-26 20:53:59下载
- 积分:1