Blame


1 5ffe52df 2013-07-01 xhr dermob
2 5ffe52df 2013-07-01 xhr ======
3 5ffe52df 2013-07-01 xhr
4 5ffe52df 2013-07-01 xhr ```
5 9888a28b 2013-07-01 xhr .__ _____.__ .__ __ ____ ____________ .___________
6 9888a28b 2013-07-01 xhr |__| _____/ ____\__| ____ |__|/ |_ ___\ \ / /\_____ \ | \______ \
7 9888a28b 2013-07-01 xhr | |/ \ __\| |/ \| \ __\/ __ \ Y / / | \| || | \
8 9888a28b 2013-07-01 xhr | | | \ | | | | \ || | \ ___/\ / / | \ || ` \
9 9888a28b 2013-07-01 xhr |__|___| /__| |__|___| /__||__| \___ >\___/ \_______ /___/_______ /
10 9888a28b 2013-07-01 xhr \/ \/ \/ \/ \/
11 9888a28b 2013-07-01 xhr
12 9888a28b 2013-07-01 xhr dermob -- mach-o binary analyzer
13 9888a28b 2013-07-01 xhr (c) 2006 by xhr () giessen . ccc . de
14 9888a28b 2013-07-01 xhr
15 9888a28b 2013-07-01 xhr Usage: dermob [-cdhstux] <binary>
16 9888a28b 2013-07-01 xhr -c: Display complete header
17 9888a28b 2013-07-01 xhr -d: Display __DATA,__data section
18 9888a28b 2013-07-01 xhr -h: Display mach-o header
19 9888a28b 2013-07-01 xhr -s: Display __TEXT,__csting section
20 9888a28b 2013-07-01 xhr -t: Display __TEXT,__text section
21 9888a28b 2013-07-01 xhr -u: Display universal header
22 9888a28b 2013-07-01 xhr -x: Display hexdump
23 9888a28b 2013-07-01 xhr
24 9888a28b 2013-07-01 xhr dermob was sucessfully tested under Mac OS X 10.4 and FreeBSD 6. Other
25 9888a28b 2013-07-01 xhr Operating Systems may, or may not, work. Good luck.
26 5ffe52df 2013-07-01 xhr ```