Aneesh Dogra
|
0e3d4bf773
|
PE: Add support for parsing TLS and add TLS callback addresses to the list of entry points.
Only add the address if its valid.
|
2016-03-12 11:04:25 +01:00 |
|
pancake
|
ae2713e944
|
Fix PE regression
|
2015-09-23 15:23:36 +02:00 |
|
pancake
|
d1f3dc3e08
|
Some more fixes for exports and PE
|
2015-09-23 15:01:36 +02:00 |
|
pancake
|
c7a4b978d1
|
Fix w32 build
|
2015-04-15 02:16:18 +02:00 |
|
AntonDevil
|
8737ad2b65
|
Implementing version info parse
|
2015-04-15 01:44:17 +02:00 |
|
inisider
|
64a47c6625
|
RBin.PE: Get debug data and retrieve GUID and debug file name
|
2014-12-01 23:01:24 +01:00 |
|
Maijin
|
9e720a79f0
|
Update pe_specs.h
|
2014-05-29 15:14:15 +02:00 |
|
pancake
|
302d4c245c
|
Show pe.seh value in 'sdb'
|
2014-05-20 01:53:14 +02:00 |
|
pancake
|
fcbe3cac4a
|
Fix #64 (handle 8 char length section names in PE and TE)
|
2013-03-13 13:30:28 +01:00 |
|
pancake
|
6956fe003a
|
Add PIE (ASLR) field in RBinInfo for ELF, MACH0 and PE
|
2012-11-07 18:18:52 +01:00 |
|
Nibble
|
5c35f6e359
|
* Rename {r_*_handle_t, R*Handle} to {r_*_plugin_t, R*Plugin}
|
2010-05-26 01:42:22 +02:00 |
|
Nibble
|
b3db31bb9e
|
* r_bin
- Huge refactoring of r_bin_pe
- Minor fixups in r_bin_mach0
|
2010-01-22 17:33:56 +01:00 |
|
Nibble
|
94445e1540
|
* Change the name of some types
- s/u64/ut64/
- s/u32/ut32/
- s/u16/ut16/
- s/u8/ut8/
|
2009-07-08 13:49:55 +02:00 |
|
Nibble
|
a18996b41f
|
* r_bin_pe
- Fixed exports bug
- Little refactoring
|
2009-03-19 23:22:14 +01:00 |
|
Nibble
|
7e5f8de7eb
|
* r_bin_elf
- Huge refactoring
* r_bin_pe
- Initial work on pe32+ plugin
* r_bin_java
- Use macro instead of ntohs
- Minor fixups
- Added dummy show_info function
* r_types
- Types fixup
|
2009-03-19 22:04:50 +01:00 |
|
Nibble
|
758b492739
|
* r_bin
- Removed unnecessary files
- Added initial java support (baddr, entry, syms, strings)
- Minor fixups in r_bin_{elf, pe}
- Added rabin2 -z for strings (not working yet)
|
2009-03-16 21:07:31 +01:00 |
|
Nibble
|
50fbf06b64
|
* r_bin
- rabin2 -p replaced by -f
- Changed folder structure
- Initial work in java plugin
- Minor fixups
--HG--
rename : libr/bin/p/elf/elf.c => libr/bin/format/elf/elf.c
rename : libr/bin/p/elf/elf.h => libr/bin/format/elf/elf.h
rename : libr/bin/p/elf/elf64.c => libr/bin/format/elf/elf64.c
rename : libr/bin/p/elf/elf64.h => libr/bin/format/elf/elf64.h
rename : libr/bin/p/elf/elf_specs.h => libr/bin/format/elf/elf_specs.h
rename : libr/bin/p/mach0/mach0.c => libr/bin/format/mach0/mach0.c
rename : libr/bin/p/mach0/mach0.h => libr/bin/format/mach0/mach0.h
rename : libr/bin/p/pe/pe.c => libr/bin/format/pe/pe.c
rename : libr/bin/p/pe/pe.h => libr/bin/format/pe/pe.h
rename : libr/bin/p/pe/pe_specs.h => libr/bin/format/pe/pe_specs.h
|
2009-03-11 01:11:50 +01:00 |
|