Python for Reverse Engineering 1: ELF Binaries

Python for Reverse Engineering 1: ELF Binaries

The section should have strings and constants initialized at compile time. Again, according to linuxbase.org

And its definition is like so

Looking back at our disassembly

but this time, at the or Load Effective Address instruction, which loads some address into the register. Let me highlight the key sections of the disassembly here.

Source: icyphox.sh