Commit Briefs

xhr

README - cosmentic changes (master)


xhr

Rename README


Matthias Schmidt

Update email address


Matthias Schmidt

Add support for 64bit binaries


Matthias Schmidt

Add more defines and structs from Apple


Matthias Schmidt

Make it compile under linux


Matthias Schmidt

Add missing include


Matthias Schmidt

Display copyright string


matthias

- Remove useless define

- Test CVS diff within CVS commit mail notifications :)



Branches


Tags

This repository contains no tags

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.
```