Commits


Update email address


Display copyright string


Modified several functions. We do not need a global liste variable anymore.


- Added comments for better readability - All header content is now stored in the linked list *lst - Do not display the content directly, instead traverse the list


The filename is stored in argv[0], not in argv[1]


- Prevented dermob from working with Java files (0xcafebabe fales positives) - Reformat the output for better readability


Forgot to add -s to the usage() info.


Added new -s option to display __TEXT,__cstring section


Added a new option -d to display the __data, __DATA section


Reworked the complete structure of dermob: - Nearly all functions for different parts of the header return a pointer to a struct. - Complete new set of display functions, which uses the new structs - Various functions in dermob.c are way more simplyfied. Tested on x86 and PPC. Code should be stable, but watch out for bugs.


- Added content to the README - Changed my email addresses - infiniteVOID rocks


- Added new option -x: Displays a hexdump of the complete binary. Simple, yet powerfull - Sorted all options in usage() alphabetical


Splited dermob.c into two files. Work done by gh0st