搜索资源列表
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.
org.sf.feeling.swt.win32.extension
- 开源的JAVA和windows钩子的接口实现,简化JAVA用JNI调用系统钩子的步骤-Open-source JAVA and windows hook interface, simplified JAVA using JNI calls the steps the system hooks
PasswordSpy
- PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
hook
- 键盘钩子 用java的包实现 钩到键盘输入-keyboard hook
Simplex
- Simplex method. Written by Java. You should change function, and first Point. x0.x1 = -1 x0.x2 = 1 -Simplex method. Written by Java. You should change function, and first Point. x0.x1 = -1 x0.x2 = 1
java_USB_API
- 读取USB中的内容,这个是用Java语言编写的-Read the contents of the USB, this is written in the Java language
Decompile-plugins
- 包含jad.exe和net.sf.jadclipse_3.3.0.jar两个插件。将jad放入java安装包中jdk/bin中,将net.sf.jadclipse_3.3.0放入Eclipse中plugins包中。若为Myeclipse要新建dropins\plugins,放入其中。然后在Eclipse中的窗口-首选项-中搜索jadclipse,添加路径即可-Jad.exe and net.sf.jadclipse_3.3.0.jar contains two plug-ins. Jad int
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).