mirror of
https://github.com/CyberSecurityUP/shellcode-tester-pro/
synced 2026-06-06 15:34:29 +00:00
25 lines
726 B
Markdown
25 lines
726 B
Markdown
## 📁 `memory_dump.md`
|
|
|
|
### 🇧🇷 Dump de Memória (Visual Hex)
|
|
|
|
A aba **"Dump de Memória Hex"** converte o shellcode em um estilo de visualização de memória como `hexdump`.
|
|
|
|
#### Recursos:
|
|
- Visualização em colunas: endereço, hex bytes e ASCII
|
|
- Fácil para auditoria manual de padrões e strings embutidas
|
|
- Formato de saída legível e inspirado em ferramentas como `xxd` e `hexdump`
|
|
|
|
---
|
|
|
|
### 🇺🇸 Memory Dump (Visual Hex)
|
|
|
|
The **"Hex Memory Dump"** tab displays the shellcode in a `hexdump`-like format.
|
|
|
|
#### Features:
|
|
- Column view: address, hex bytes, and ASCII preview
|
|
- Useful for manual pattern inspection and embedded string analysis
|
|
- Output format inspired by tools like `xxd` or `hexdump`
|
|
|
|
---
|
|
|