pancake/fluendo
|
6a576ba6ce
|
* Sync java class fix from r1
|
2009-12-21 19:54:51 +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
|
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
|
f3983d9316
|
* r_bin
- Added generic string search support
- Added class format autodetection
- Minor fixup
|
2009-03-17 00:34:45 +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
|
a27a4b393c
|
* More work on r_bin_java
|
2009-03-16 08:51:20 +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 |
|