mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 10:24:45 +00:00
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,
|
|
};
|