| 

Reverse Engineering

  • C/C++

    Kali Linux 2016.2 64 Bit ARM File Debugging

    Quick solution for “ld-linux.so.3” error on kali linux when debugging ELF ARM 32Bit binary… Error Type: Getting needed packages: –Adding i386 architecture to system *** Optional : apt-get install build-essential git debootstrap u-boot-tools device-tree-compiler Linking SO.3 After installations are completed you should begin debugging with “arm-linux-gnueabihf-gdb” Samples Reading Elf Binary Dumping Binary Debugging with GDB…

    Read More