dd86k / great

Mirrored from https://git.dd86k.space/dd86k/great

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

great

great is a simple executable/library analyzer. It's pretty incomplete as of right now.

Support table

What's great so far?

Header Relocations Sections Symbols
MZ ✔️ ✔️ N/A N/A
NE
LE
LX
PE32 ✔️ ✔️
PE32+ ✔️ ✔️
ELF32 ✔️
ELF64 ✔️

CLI

Switch Descriptions
-H Show detailed header info
-R Show relocations
-S Show sections
-Y Show symbols
-D (PE32) Show directories
-A Show all

Compiling

You must pack structs by 1-byte. /Zp on cl and -fpack-struct=1 on gcc platforms.

About

Mirrored from https://git.dd86k.space/dd86k/great


Languages

Language:C 96.1%Language:Batchfile 3.7%Language:Shell 0.2%