You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
It seems you have the VBA code instead of VBS that is in your HTA
Are you having the same error with
echo DllMain | macro_pack.exe --template=EMBED_DLL --embed=payload.dll --obfuscate -G payload.vbs ?
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).
The text was updated successfully, but these errors were encountered: