This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Description
When doing
echo test | macro_pack.exe --template=EMBED_DLL --embed=payload.dll --obfuscate -G payload.hta
compiles fun, but when running HTA., geting an error "Expected End of Statement"
when looking at the particular line in the HTA, it reads:
Private Declare Sub test Lib "Document1.asd" ()
is this right ? (the name of the DLL Function in question is test).