mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): binana x64dbg-gen now generates a types file from C source headers
This commit is contained in:
parent
e3ec21ecec
commit
5d5630a6cb
19 changed files with 2961 additions and 354 deletions
6
go/profile/include/stdbool.h
Normal file
6
go/profile/include/stdbool.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef SYSTEM_STD_BOOL_H
|
||||
#define SYSTEM_STD_BOOL_H
|
||||
|
||||
typedef char bool;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue