#Injecting a DLL into a process directly through Java
1 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @dusky python! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
DLL are dynamically linked libraries, but it depends if they are native or not.
be aware
they are windows-only
Java System.load() – Examples In this tutorial, we will learn about the Java System.load() function, and learn how to use this function to load a native library into System, with the help of examples. load(String filename) System.load() loads the native library specified by the filename argument. The filename must be an absolute path to the file...
that might be able to help you
@dusky python