Welcome![Sign In][Sign Up]
Location:
Search - BCB hook a

Search list

[Hook apiPreventClose_src

Description: BCB钩子编程例子. 利用Hook API来禁止CTRL+ALT+DEL按键.某大侠之作,不可不看.-BCB hook programming examples. Use Hook API to prohibit CTRL ALT DEL keys. A heroes that make must-see.
Platform: | Size: 68688 | Author: 不惑 | Hits:

[Windows DevelopBCB6_MouKey2

Description: 和刚才传的有些不同,这个是用的全局钩子,你们看一看吧!-and passed a somewhat different, the overall situation is the hook, you see!
Platform: | Size: 364544 | Author: 钟南海 | Hits:

[Hook apiPreventClose_src

Description: BCB钩子编程例子. 利用Hook API来禁止CTRL+ALT+DEL按键.某大侠之作,不可不看.-BCB hook programming examples. Use Hook API to prohibit CTRL ALT DEL keys. A heroes that make must-see.
Platform: | Size: 68608 | Author: 不惑 | Hits:

[Windows DevelopIntercepteduserinputprocedures

Description: 整理东西的时候翻出了个几年前的程序,功能是当用户输入拨号、EXCEL,WORD密码时,将其保存在一个文件里。程序用的是日志钩子,这样就不用象其他全局HOOK那样,必须单写一个DLL。   为了让初学者深入了解,将源代码贴上来,(SDK程序VC,BCB等WIN下的C编译器均可编译)象现在那些记录E-MAIL密码,OICQ密码等工具都是这原理,俺当时写着玩意的时候还没有OICQ。 有兴趣的可以自己加上。 -Finishing something when a few years ago, saw video of the procedure, function is to dial-up when the user input, EXCEL, WORD password, save it in a file. Procedures using the log hook, so that, like other global HOOK do not like to be alone to write a DLL. To enable better understanding of beginners,贴上来the source code, (SDK procedures VC, BCB, etc. under WIN compiler can compile C) as those records are now E-MAIL your password, OICQ password tools are all in this principle, I was written when the game has not OICQ. Interested can add their own.
Platform: | Size: 2048 | Author: 马超 | Hits:

[Hook apilg

Description: 绿光抓包器 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。-Green Packetcapture source code of this program by BCB 5.0. This procedure only hook the " send" , " sendto" , " recv" , " recvfrom" This four functions, WSAsend no hook, etc., as is written in capturing Packet API hook procedures, but little brother is also a rookie, inevitably BUG. Source code can be modified and released.
Platform: | Size: 233472 | Author: 双方的 | Hits:

[Hook apigreen

Description: 运行主程序,然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错。再有就是有些游戏会无发呼叫本窗口。 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。 -Run main program then grasp package games or procedures inside press small keyboard star key call. And then "Start", you can get caught, and point "stop" is to stop the packet capture and return to game point, "Close the window" Basket basket in which the above can be written to save the file name, usually TXT files or play the full path and name Otherwise an error, exit before a certain point, "the release of the window", or be wrong. There is also some games will not send the call of the window. The source code through the BCB 5.0. This procedure only hook the "send", "sendto", "recv", "recvfrom" This four functions, WSAsend, which do not hook, Because it is written with the Ethereal API hook procedures, and younger brother is also a rookie, it is inevitable that BUG. Source code can be modified and released. Well if you change please give me a copy. Brother grateful.
Platform: | Size: 404480 | Author: naiooit | Hits:

[OS programdelphi-hook-library

Description: wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于5个字节的函数. 2.不能Hook前五个字节中有跳转指令的函数. 希望使用的朋友们自己也具有一定的汇编或者逆向知识. Hook函数前请确定该函数不属于上面两种情况. 另外钩COM对象有一个技巧,如果你想在最早时机勾住某个COM对象, 可以在你要钩的COM对象创建前自己先创建一个该对象,Hook住,然后释放你自己的对象. 这样这个函数已经被下钩子了,而且是钩在这个COM对象创建前的.-Wr960204 Wu not.2012.2 Home http://www.raysoftware.cn General Hook library. Support X86 and Get X64. The use of open source BeaEngine anti compilation engine.BeaEngine the benefits of BCB can be compiled into OMF format Obj, Be linked into DCU s Delphi and target files. No extra tape DLL. BeaEngin engine Http://www.beaengine.org/ Limited: 1 can not Hook code size is less than 5 bytes of function. 2 can t Hook the first five bytes in a jump instruction function. Friends who want to use their own also has a certain assembly or reverse knowledge. Hook function before you determine that the function does not belong to the above two cases. In addition to hook COM object has a skill, if you want to hook in the first time a COM object, You can create a COM object that you want to hook before you create an object, Hook live, and then release your own objects. This function has been under the hook, and the hook in the COM object before the creation of the.
Platform: | Size: 929792 | Author: YyQ | Hits:

CodeBus www.codebus.net