beginner note

less than 1 minute read

Guten Tag everyone. This is basic notes for the things that you must to know before doing RE and pwn.

I have divided the notes into some parts:

Introduction

notes _ something

↑ Lower addresses (0x08000000) Shared libraries .text .bss Heap (grows ↓) Stack (grows ↑) env pointer Argc ↓ Higher addresses (0xbfffffff)

Categories:

Updated: