index
:
dermob
master
dermob - A mach-o binary analyzer
git@ at this domain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-07-01
README - cosmentic changes
HEAD
master
xhr
2013-07-01
Rename README
xhr
2012-09-11
Update email address
Matthias Schmidt
2012-09-11
Add support for 64bit binaries
Matthias Schmidt
2012-09-11
Add more defines and structs from Apple
Matthias Schmidt
2012-09-11
Make it compile under linux
Matthias Schmidt
2012-09-11
Add missing include
Matthias Schmidt
2008-03-09
Display copyright string
Matthias Schmidt
2006-12-13
- Remove useless define
matthias
2006-09-02
Modified several functions. We do not need a global liste variable anymore.
matthias
2006-08-15
- Always swap the byte order if we work on little-endian machines and display
matthias
2006-08-15
Added Id and license
matthias
2006-08-15
Removed superfluous comments
matthias
2006-08-15
Add util.o as new object file
matthias
2006-08-15
- Various new methods for printing
matthias
2006-08-15
Added global list *lst for the mach-o header
matthias
2006-08-15
- Removed all the mprintf() stuff and moved it to util.c
matthias
2006-08-15
- Added comments for better readability
matthias
2006-08-15
Added prototypes for the new functions in util.c
matthias
2006-08-15
Added a double-linked list data structure and management functions.
matthias
2006-08-15
Add newline at EOF to make cat happy
matthias
2006-08-14
The filename is stored in argv[0], not in argv[1]
matthias
2006-08-12
We also have to swap the byteorder, if dermob runs on a big-endian machine and
matthias
2006-08-12
- Prevented dermob from working with Java files (0xcafebabe fales positives)
matthias
2006-08-12
Remove duplicate function call
matthias
2006-08-12
Accidently hard-coded the size of the line buffer in display_buffer().
matthias
2006-08-12
Fill the line buffer in display_buffer() beforce actually using it. This
matthias
2006-08-12
Forgot to add -s to the usage() info.
matthias
2006-08-12
Changed README according to the latest command line switch changes.
matthias
2006-08-12
Added new -s option to display __TEXT,__cstring section
matthias
2006-08-12
Added a new option -d to display the __data, __DATA section
matthias
2006-08-11
Do not optimize for size, optimize for speed.
matthias
2006-08-11
Added newline at EOF to silence gcc.
matthias
2006-08-11
Reworked the complete structure of dermob:
matthias
2006-08-11
New header file _only_ for function prototypes.
matthias
2006-08-10
Added a short note about portability
matthias
2006-08-10
Removed spaghetti code from a wierd code session yesterday :)
matthias
2006-08-10
Added newlines at end of some files to silence gcc *grml*
matthias
2006-08-10
Changed NXLittleEndian to our own constant LE.
matthias
2006-08-10
New header file with most, but not all(!), structs and defines for the mach-o
matthias
2006-08-10
Removed all Mac OS X dependend code. Replaced NXGetLocalArchInfo(3) with two
matthias
2006-08-10
Added Sparc and HPPA in display_cpu to support older binaries (eg NeXtstep)
matthias
2006-08-10
Replace NXSwapInt32 with own function function to be more plattform
matthias
2006-08-10
- Added content to the README
matthias
2006-08-10
Commented a debug line
matthias
2006-08-10
Extend the line array in display_buffer() and increment the counter after
matthias
2006-08-10
- Added new option -x: Displays a hexdump of the complete binary. Simple, yet
matthias
2006-08-10
Fixed an offset related bug.
matthias
2006-08-09
- Fixed a typo
matthias
2006-08-09
Added ints for __data section
matthias
[next]
generated by cgit on OpenBSD