Can we use Java to read the memory from word of warcarft or to check the datapackets ?
For exampel to check the position
Can we use Java to read the memory from word of warcarft or to check the datapackets ?
For exampel to check the position
Maybe you can try JNA/JNI ( native access, interface ) from Kernel32 (Kernel32.INSTANCE).
Here is a post from sun : Java Native Interface (JNI) - Re: How do I access memory on Windows, outside jvm?
+Rep if this solved your problem![]()