Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #71384
Remote Debugging with Eclipse
- Build the GDBGNU debugger Server for the target platform (ARMProcessor manufacturer is used in this example)
- Untar GDBGNU debugger into a directory of choice
- Create a build and install directory
mkdir -p build/arm install/arm - Go to the build/arm directory and execute the following:
../../gdb/gdbserver/configure --prefix=`pwd`/../../install/arm --verbose --host=arm-linux-gnueabi --build=x86_64-linux-gnueabi --target=arm-linux-gnueabi
make
make install - The resulting binary (arm-linux-gnueabi-gdbserver) will then be found in the ../../install/arm/bin directory