Tree


Makefilecommits | blame
README.mdcommits | blame
defs.hcommits | blame
dermob-cli.ccommits | blame
dermob.ccommits | blame
dermob.hcommits | blame
list.ccommits | blame
list.hcommits | blame
mach.hcommits | blame
util.ccommits | blame

README.md

dermob
======

```
.__        _____.__       .__  __       ____   ____________  .___________   
|__| _____/ ____\__| ____ |__|/  |_  ___\   \ /   /\_____  \ |   \______ \  
|  |/    \   __\|  |/    \|  \   __\/ __ \   Y   /  /   |   \|   ||    |  \ 
|  |   |  \  |  |  |   |  \  ||  | \  ___/\     /  /    |    \   ||    `   \
|__|___|  /__|  |__|___|  /__||__|  \___  >\___/   \_______  /___/_______  /
        \/              \/              \/                 \/            \/

dermob -- mach-o binary analyzer
	(c) 2006 by xhr () giessen . ccc . de

Usage:  dermob [-cdhstux] <binary>
        -c:  Display complete header
        -d:  Display __DATA,__data section
        -h:  Display mach-o header
        -s:  Display __TEXT,__csting section
        -t:  Display __TEXT,__text section
        -u:  Display universal header
        -x:  Display hexdump

dermob was sucessfully tested under Mac OS X 10.4 and FreeBSD 6.  Other
Operating Systems may, or may not, work.  Good luck.
```