elfmaster / libelfmaster

Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools
http://www.bitlackeys.org
410 stars 64 forks source link

internal functions should exist in src/internal.c #2

Closed elfmaster closed 6 years ago

elfmaster commented 7 years ago

Curently the API functions and the internal functions are all in libelfmaster. This is not good for users who use the code as documentation. So lets put all of the functions that begin with 'static' (As they are the internal ones) into src/internal.c