Thursday, March 23, 2023

Resources Misc.

 

ELF Files

Dynamically Reverse-Engineer Code
GNU Project Debugger
Multi-language debugger
Website: Author: License: GNU General Public License (GPL): State File:
edb
An AArch32/x86/x86-64 debugger, well suited for debugging ELF files.
Website: Author: Evan Teran: License: GNU General Public License (GPL) v2: State File:
ltrace
Trace library calls and signals.
Website: Author: Juan Cespedes License: GNU General Public License (GPL) v2: State File:
strace
Trace process' system calls and signals.

Website: Author: Paul Kranenburg, Branko Lankester, Rick Sladkey, etc. License: GNU General Public License v2.1+: State File:

 

https://www.colasoft.com/packet_player/

https://appsec-labs.com/advanced-packet-editor/


https://wireedit.com/

https://books.goalkicker.com/CPlusPlusBook/CPlusPlusNotesForProfessionals.pdf


https://books.goalkicker.com/


https://forum.tuts4you.com/topic/40736-the-free-programming-e-books-topic/


No comments:

Post a Comment

A Guide to Multi-Level Pointer Analysis

  A Comprehensive Guide to Multi-Level Pointer Analysis   A regular pointer points to only one address, but when it's accompanied by a l...