Revision a06e836219da7b58f8d8aaee4f402a5e6f0e902d authored by Giovanni C on 10 February 2014, 08:41:37 UTC, committed by Giovanni C on 10 February 2014, 08:41:37 UTC
1 parent 2915800
Raw File
asm.h
#ifndef _asm_h
#define _asm_h

char* asm_guess_func_name_from_string(uint32_t func_addr);

#endif
back to top