objdump topic

List objdump repositories

asm2cfg

71
Stars
10
Forks
Watchers

Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files

bingrep

1.7k
Stars
66
Forks
Watchers

like ~~grep~~ UBER, but for binaries

ObjGui

37
Stars
9
Forks
Watchers

GUI disassembler and binary analysis tool utilizing GNU binutils

gas

18
Stars
1
Forks
Watchers

A tool that transforms functions from object files into Go assembly. This repository has migrated to https://gitlab.com/opennota/gas

pam_wtid

59
Stars
2
Forks
Watchers

Patch for Apple's pam_tid PAM Touch ID module to add sudo watch authentication

gen-callgraph

50
Stars
4
Forks
Watchers

gen-callgraph is a script to generate call graph from elf binary

C-To-Assembly-Tests

16
Stars
2
Forks
Watchers

A repository that stores results from converting C code to Assembly. I use this repository to analyze performance with my C code.