Skip to content

Instantly share code, notes, and snippets.

View Unbreak4ble's full-sized avatar
🎯
Focusing

Rafael Unbreak4ble

🎯
Focusing
  • Brazil
View GitHub Profile
@Unbreak4ble
Unbreak4ble / ca.md
Created August 9, 2023 03:58 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@Unbreak4ble
Unbreak4ble / memory_layout.md
Created May 9, 2023 22:13 — forked from CMCDragonkai/memory_layout.md
Linux: Understanding the Memory Layout of Linux Executables

Understanding the Memory Layout of Linux Executables

Required tools for playing around with memory:

  • hexdump
  • objdump
  • readelf
  • xxd
  • gcore