Inicio
Notes on:
- malware analysis
- reversing
- digital forensics
- low level systems
Notes on:
Introduccion This post verifies that the blog environment works correctly: Features tested Markdown rendering syntax highlighting terminal blocks assembly formatting hexdumps images Bash Example 1file sample.bin 2sha256sum sample.bin 3strings sample.bin | head C Example 1#include <stdio.h> 2 3int main() { 4 printf("hello world\n"); 5 return 0; 6} Assembly Example 1push rbp 2mov rbp, rsp 3sub rsp, 0x20 4mov eax, 0 5call printf 6leave 7ret hexdump Example codigo 10x00ffee imagenes citas 1> texto citado tablas name value eax 0x0fff
La bios explicada de forma sencilla
“Erase una Vez un Elf”