II.
LibraryProcess JSON
Structured · livelib-process:security-research--shellcode-development
shellcode-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--shellcode-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "shellcode-development",
"description": "Creation of position-independent payload code for exploit delivery. Includes shellcode\nfor various purposes and architectures with constraint handling, encoding, and testing.",
"libraryPath": "library/specializations/security-research/shellcode-development.js",
"specialization": "security-research",
"references": [
"- Shell-Storm: http://shell-storm.org/shellcode/\n- Pwntools: https://docs.pwntools.com/\n- OSCP: https://www.offensive-security.com/"
],
"example": "const result = await orchestrate('specializations/security-research/shellcode-development', {\n projectName: 'x64 Reverse Shell',\n architecture: 'x86_64',\n purpose: 'reverse-shell',\n constraints: { badChars: ['0x00', '0x0a', '0x0d'], maxSize: 512 }\n});",
"usesAgents": [
"exploit-developer",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--shellcode-development",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--shellcode-development",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--shellcode-development",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--shellcode-development",
"to": "lib-agent:security-research--exploit-developer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--shellcode-development",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}