Shellcode-IDE
Shellcode IDE — makes developing and analyzing shellcode much more convenient.
File Explorer
- __init__.py
- bn_adapter.py
- optimize.py
- shellstorm.py
- syscalls.py
- validator.py
- arm.json
- arm64.json
- arm64_table.json
- arm_table.json
- x64.json
- x64_table.json
- x86.json
- x86_table.json
- __init__.py
- base.py
- __init__.py
- file_tab.py
- highlighters.py
- main_window.py
- optimize_panel.py
- patterns_dialog.py
- patterns_panel.py
- settings_dialog.py
- shellstorm_panel.py
- syscalls_panel.py
- config.py
- hexbytes.py
- .gitignore
- __init__.py
- AGENTS.md
- LICENSE
- plugin.json
- README.md
- requirements.txt
- settings.json
- shell.asm
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
