搜索资源列表
wsHideDLL.zip
- Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
ReadMemoryNotByAPI.rar
- 不使用API跨进程内存读写,通过自己编写驱动进行内存读写。可以绕过通过监控API进行保护的软件,API does not use inter-process memory read and write, write drivers, through their own reading and writing to memory. Can bypass the protection by monitoring software API
API_Address_Finder
- API地址寻址函数,该函数可以在运行一个可执行程序后查到所调用的api函数的地址。-API addresses addressing function, which can run an executable program found by calling the api function of the address
CAN_Examples
- Advantech CAN card API应用编程例子-Advantech CAN card API Application Programming Examples
Kehook
- 对于hook,从ring3有很多,ring3到ring0也有很多,根据api调用环节递进的顺序,在每一个环节都有hook的机会,可以有int 2e或者sysenter hook,ssdt hook,inline hook ,irp hook,object hook,idt hook-The hook, from ring3 there are many, ring3 to ring0 there are many, according to api call progressive sequen
VB_API_VirtualDrive_pudn
- 您也许看到一些工具或者源代码创建虚拟驱动器,其实他们都是基于 subst.exe 通过Windows目录进行建立. 这些都依赖于外部执行文件.这就是我为何不停的搜索不依赖于外部文件而能创建虚拟驱动器的原因,后来在MSDN上我找到了答案,完全可以使用纯粹 API 技术进行创建.而且可以在VB中很好的应用。希望这个源代码对于有此需要的朋友能给于帮助。-You might see some tools or source code to create a virtual drive, in fact,
ApiHook
- HOOK API编程,代码实例。可以学习参考下。-HOOK API programming, code examples. Can learn to refer to the following.
MakeVbDLL
- 让VB能输出标准的,可通用的DLL程序,可以把自己写的函数封装到DLL里,调用时直接像调用API函数一样。绝对好用。-make vb to output standerd DLL,you can use the DLL like API funtion.
RegMonDriver20091223
- 监控注册表,采用驱动Cm函数,能拦截API,冰剑修改注册表-Monitoring the registry, the use of drive Cm function can intercept API, modify the registry Bingjian
APIDemo
- win32 api 范例,要学习windows编程的,可以好好看看.-win32 api example, to learn windows programming, you can take a look.
Driver_Source
- 一个简单的驱动例子,对几个和进程有关的API在内核下进行拦截,可以使进程不被结束,程序不被创建。-Example of a simple drive, and processes related to the number of the API in the kernel to intercept the process can not be the end of the program is not created.
CAN-driver
- 汽车电子行业。CAN总线驱动功能开发,调用此API即可实现CAN报文收发处理。-The source codes can be used CAN message receiving or transmitting on CAN bus.
KBUSManage
- 汽车电子行业。K线驱动功能开发,调用此API即可实现K线报文收发处理。-codes can be used K bus message receiving or transmitting on K bus.
WinpkFilter
- 一个高性能的网络数据包处理架构,利用WinpkFilter可以在应用层直接对数据包进行处理,甚至可以在应用层延缓数据包发送-WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network
USBClassLibrary_src
- 利用wdk api检测usb设备信息,获取UID,PID 等信息。代码用C#编写,由于仅使用了wdk api,所以很容易改写成C++。包含dll和测试程序。-C# source code to get usb device info, such as uid, pid eg. Because just using wdk api, it can translate to c++ code easily.
SCL2008-MovingSign-API
- Some structure and all pointer of the functions in Dll // Please insert them to defination of your class. // The LIBRARY_CALL_MODE can be defined as MODE_STDCALL or MODE_CDECL to // choose the call mode of the D- Some structure and all pointer
java_com
- java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平台独立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J