#Injecting a DLL into a process directly through Java

1 messages · Page 1 of 1 (latest)

rotund houndBOT
#

This post has been reserved for your question.

Hey @dusky python! Please use /close or the Close Post button 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.

dusky python
#

DLL are dynamically linked libraries, but it depends if they are native or not.

#

be aware

#

they are windows-only

#

that might be able to help you

#

@dusky python

dusky python
#

So you want to interface with a dll?

#

A dll is a dynamically linked library

#

Processes dynamically link against the lib

#

And it is loaded at runtime

#

Err

#

Sure?