- More work on write support - Initial API design - Fix typo in bin_write_elf.c filename --HG-- rename : libr/bin/p/bin_wite_elf.c => libr/bin/p/bin_write_elf.c
4 lines
110 B
C
4 lines
110 B
C
/* radare - LGPL - Copyright 2008-2010 nibble<.ds@gmail.com> */
|
|
|
|
#define R_BIN_ELF64 1
|
|
#include "elf_write.c"
|