搜索资源列表
javatodpr
- Javadpr produces a Delphi project file from native methods declared in a Java class file. The project file compiles to a DLL which is used by Java to interact via the Java Native Interface (JNI.)
Java问题
- 本设计使用Java语言来实现一个生产者消费者问题,里边有详细的使用说明,可以作为课程设计使用。-use of the Java language designed to achieve a producer consumer issues, along with detailed instructions. can be used as a curriculum design.
PasswordSpy
- PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
Java-Dll_Injector
- This is a good and operational dll injector made in 100 Java, using Java Native Access ( JNA ). PS: Compile this project with NetBeans-This is a good and operational dll injector made in 100 Java, using Java Native Access ( JNA ). PS: Compile this p
[ JAVA ] Dll Injector
- Excellent source code of a dll injector totally in Java, that also uses Java Native Acess (JNA).