mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
8 lines
142 B
C
8 lines
142 B
C
#ifndef PE_H
|
|
#define PE_H
|
|
|
|
void parse_pe_stream(void *stream, R_STREAM_FILE *stream_file);
|
|
void free_pe_stream(void *stream);
|
|
|
|
#endif // PE_H
|