2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
include helpful info in the warning messages
Mike Frysinger
as vapier
More... about 19 years ago
- update include in Makefile to not error if .depend does not exist More... about 19 years ago
be quieter
Mike Frysinger
as vapier
More... about 19 years ago
- update formating for stk/rel and updated the manpage More... about 19 years ago
use off_t not int for size
Mike Frysinger
as vapier
More... about 19 years ago
ignore ABI since it shouldnt matter and add a few warnings under error handlers
Mike Frysinger
as vapier
More... about 19 years ago
- remove high chars. sorry spanky but everybody hates these. More... about 19 years ago
dont try to parse program headers if none exist
Mike Frysinger
as vapier
More... about 19 years ago
add BIND to all output
Mike Frysinger
as vapier
More... about 19 years ago
add support for scanning bind/lazy info, fix a few cases where bad ELFs would trigger infinite loops, and allow people to use debug --verbose with --quiet
Mike Frysinger
as vapier
More... about 19 years ago
cache /etc/ld.so.conf so we can check it while scanning rpath
Mike Frysinger
as vapier
More... about 19 years ago
style tweak
Mike Frysinger
as vapier
More... about 19 years ago
remove unused ptr_t typedef
Mike Frysinger
as vapier
More... about 19 years ago
- man page updates. getting ready for 0.0.8 More... about 19 years ago
man/scanelf.1 More... about 19 years ago
redo the sanity checks to be simpler and not require casting to different types
Mike Frysinger
as vapier
More... about 19 years ago
update the help output
Mike Frysinger
as vapier
More... about 19 years ago
- add option to read from streams More... about 19 years ago
make sure we verify pointers before using them and use variables with larger sizes than just int
Mike Frysinger
as vapier
More... about 19 years ago
make sure we verify pointers before using them
Mike Frysinger
as vapier
More... about 19 years ago
make sure we verify the section/program header pointers before we utilize them
Mike Frysinger
as vapier
More... about 19 years ago
declare a simple ptr_t type so we can easily do pointer arith
Mike Frysinger
as vapier
More... about 19 years ago
err we need the buffer to be a real string since we use it later in strcat
Mike Frysinger
as vapier
More... about 19 years ago
use memcpy so we only overwrite the correct # of bytes
Mike Frysinger
as vapier
More... about 19 years ago
- speed up attr handling when the host system does not support them.. Tracking down the same invalid memory leak more than one time can be nerve racking so added note for myself so I do not do it again More... about 19 years ago
include offset info in comments
Mike Frysinger
as vapier
More... about 19 years ago
buffer output so quiet + format works
Mike Frysinger
as vapier
More... about 19 years ago
remove trailing whitespace
Mike Frysinger
as vapier
More... about 19 years ago
- add header to paxelf.h More... about 19 years ago
- update README and manpage for new options. More... about 19 years ago