- Julia 1.12+
SysCaller.dllin this folder (or on PATH)
From this folder:
julia InjectDLL.jl <pid> <dll_path>
- Resolves the DLL absolute path via
GetFullPathNameAto avoid remote LoadLibrary path issues. - Uses the same allocation/write/thread creation flow as other samples.
- Shellcode is generated in Julia and embeds 64-bit addresses for the path buffer and
LoadLibraryA.