/ProcessReader

This application is an example of how to Read and Write into another Process in Windows using the JNA Library

Primary LanguageJava

ProcessReader

This project is a tool that can be used for reading and writing into a given process ID on Windows.

Windows

  • Execute compile.bat to compile.
  • Then include the compiled files (inside class folder) in your programm to use the tool.

Linux

  • Execute compile.bash to compile.
  • Then include the compiled files (inside class folder) in your programm to use the tool.