radare2/libr/bin/p/bin_write_elf64.c
2011-12-02 14:32:04 +01:00

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,
};