Skip to content

Commit 87f7f06

Browse files
committed
Added a documentar
1 parent 01dc6bd commit 87f7f06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/parser/file/binaryFile.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ static inline void binaryFile_create(struct binaryFile* self) {
9595
self->inMemory = false;
9696
}
9797

98+
/**
99+
* Retrieves the function information available in the given binary file object.
100+
*
101+
* @param self the binary file object
102+
* @param functionName the name of the function (as it was linked) to look up
103+
* @param info the function info structure to be filled
104+
*/
98105
bool binaryFile_getFunctionInfo(struct binaryFile* self, const char* functionName, struct functionInfo* info);
99106

100107
/**

0 commit comments

Comments
 (0)