Shellcode Emulation
[ POST ] https://api.malcore.io/api/shellcode
Emulate passed shellcode with a CPU emulation
Body Params
shellcode
string
Request
curl -X POST https://api.malcore.io/api/shellcode \
-H "apiKey: MY-API-KEY" \
--data "shellcode=x3ex90xf3x90" \
Response
🟢 200
{
"results": {
"assembly": "...",
"emulation": "...",
"raw_shellcode": "..."
}
}
🔴 400
{}
Last updated