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

5 lines
97 B
C

/* radare - LGPL - Copyright 2008 nibble<.ds@gmail.com> */
#define R_BIN_PE64 1
#include "pe.c"