RE on Connected https://ayedaemon.github.io/tags/re/ Recent content in RE on Connected Hugo -- gohugo.io en Fri, 04 Apr 2025 20:17:56 +0530 Intro to RE: C : part-5 [Stack Based Buffer Overflow] https://ayedaemon.github.io/post/2025/04/intro-to-re-part-5/ Fri, 04 Apr 2025 20:17:56 +0530 https://ayedaemon.github.io/post/2025/04/intro-to-re-part-5/ How does buffer overflow can lead to change in control flow Elf Chronicles: PLT/GOT (7/?) https://ayedaemon.github.io/post/2024/04/elf-chronicles-plt-got/ Wed, 03 Apr 2024 20:17:56 +0530 https://ayedaemon.github.io/post/2024/04/elf-chronicles-plt-got/ Exploring general concepts of dynamic linking with PLT and GOT tables Elf Chronicles: Relocations (6/?) https://ayedaemon.github.io/post/2023/12/elf-chronicles-relocations/ Fri, 08 Dec 2023 14:17:56 +0530 https://ayedaemon.github.io/post/2023/12/elf-chronicles-relocations/ Exploring general concept of ELF relocations Elf Chronicles: Symbol Tables (5/?) https://ayedaemon.github.io/post/2023/10/elf-chronicles-symbol-tables/ Sun, 29 Oct 2023 22:15:08 +0530 https://ayedaemon.github.io/post/2023/10/elf-chronicles-symbol-tables/ Exploring ELF symbol tables Elf Chronicles: String Tables (4/?) https://ayedaemon.github.io/post/2023/10/elf-chronicles-string-tables/ Sun, 29 Oct 2023 15:12:36 +0530 https://ayedaemon.github.io/post/2023/10/elf-chronicles-string-tables/ Exploring ELF string tables ELF Chronicles: Program Headers (3/?) https://ayedaemon.github.io/post/2023/10/elf-chronicles-program-headers/ Fri, 20 Oct 2023 15:21:49 +0530 https://ayedaemon.github.io/post/2023/10/elf-chronicles-program-headers/ Exploring ELF program Headers ELF Chronicles: Section Headers (2/?) https://ayedaemon.github.io/post/2023/10/elf-chronicles-section-headers/ Thu, 19 Oct 2023 00:24:06 +0530 https://ayedaemon.github.io/post/2023/10/elf-chronicles-section-headers/ Exploring ELF Section Headers ELF Chronicles: ELF file Header (1/?) https://ayedaemon.github.io/post/2023/10/elf-chronicles-elf-header/ Wed, 18 Oct 2023 13:34:57 +0530 https://ayedaemon.github.io/post/2023/10/elf-chronicles-elf-header/ Exploring ELF file headers Intro to RE: C : part-4 https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/ Mon, 01 May 2023 02:34:50 +0530 https://ayedaemon.github.io/post/2023/05/intro-to-re-part-4/ Some things about process and stack memory Intro to RE: C : A Simple Calculator https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/ Mon, 03 Apr 2023 21:59:48 +0530 https://ayedaemon.github.io/post/2023/04/intro-to-re-simple-calculator/ How to reverse engineer a simple calculator program from scratch Intro to RE: C : part-3 https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/ Sat, 01 Apr 2023 21:59:33 +0530 https://ayedaemon.github.io/post/2023/04/intro-to-re-part-3/ Blog covers how disassembly of basic operations and functions in C programming looks like. Intro to RE: C : part-2 https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/ Sun, 19 Mar 2023 22:07:39 +0530 https://ayedaemon.github.io/post/2023/03/intro-to-re-part-2/ How to reverse engineer a basic C program Intro to RE: C : part-1 https://ayedaemon.github.io/post/2022/09/intro-to-re/ Wed, 21 Sep 2022 01:10:18 +0530 https://ayedaemon.github.io/post/2022/09/intro-to-re/ Basics of assembly and its relation with higher level constucts