mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 04:05:06 +00:00
f566e70578
* Use io.va=1 on PE
10 lines
215 B
C
10 lines
215 B
C
/* radare - LGPL - Copyright 2009-2011 nibble<.ds@gmail.com> */
|
|
|
|
#define R_BIN_ELF64 1
|
|
#include "bin_write_elf.c"
|
|
|
|
struct r_bin_write_t r_bin_write_elf64 = {
|
|
.scn_resize = &scn_resize,
|
|
.rpath_del = &rpath_del,
|
|
};
|