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 :)



matthias

- Always swap the byte order if we work on little-endian machines and display

the fat header (is stored in be byte order) - Removed a typo (; after #define)


matthias

Added Id and license


matthias

Removed superfluous comments


matthias

Add util.o as new object file


matthias

- Various new methods for printing

- Add all header items to the list




matthias

- 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



matthias

Added a double-linked list data structure and management functions.

NOTE: The content pointer in struct node is a void* pointer, so be sure to cast the right type.




matthias

We also have to swap the byteorder, if dermob runs on a big-endian machine and

the binary is little-endian.


matthias

- Prevented dermob from working with Java files (0xcafebabe fales positives)

- Reformat the output for better readability


matthias

Remove duplicate function call