- 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
4 lines
97 B
C
4 lines
97 B
C
/* radare - LGPL - Copyright 2008 nibble<.ds@gmail.com> */
|
|
|
|
#define R_BIN_PE64 1
|
|
#include "pe.h"
|