项目作者: dd86k

项目描述 :
Mirrored from https://git.dd86k.space/dd86k/great
高级语言: C
项目地址: git://github.com/dd86k/great.git
创建时间: 2018-02-12T00:39:55Z
项目社区:https://github.com/dd86k/great

开源协议:

下载


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.