Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
binary
types-and-globals.h
0 lines
|
20.93 KB
#pragma once #include <stdint.h> #include <stdbool.h> #include "primitive-types.h" #include "attributes.h" #ifndef NULL #define NULL (0) #endif // \defgroup Type definitions // \{ typedef struct _PACKED struct_0 struct_0; typedef struct _PACKED struct_1 struct_1; struct _PACKED _CAN_CONTAIN_CODE _SIZE(664) struct_1 { uint8_t padding_at_0[664]; }; typedef struct _PACKED struct_2 struct_2; struct _PACKED _SIZE(134) struct_2 { uint8_t padding_at_0[134]; }; typedef struct _PACKED struct_3 struct_3; struct _PACKED _SIZE(100) struct_3 { uint8_t padding_at_0[100]; }; struct _PACKED _CAN_CONTAIN_CODE _SIZE(4996) struct_0 { struct_1 text _STARTS_AT(0); uint8_t padding_at_664[4096]; struct_2 data _STARTS_AT(4760); uint8_t padding_at_4894[2]; struct_3 bss _STARTS_AT(4896); }; typedef struct _PACKED artificial_struct_returned_by_rawfunction_4 artificial_struct_returned_by_rawfunction_4; typedef _ABI(raw_x86) artificial_struct_returned_by_rawfunction_4 rawfunction_4(void); typedef _ABI(raw_x86) void rawfunction_8(generic32_t _REG(ebx_x86), generic32_t _REG(ecx_x86), generic32_t _REG(edx_x86)); typedef _ABI(raw_x86) void rawfunction_9(generic32_t _REG(eax_x86), generic32_t _REG(ebx_x86), generic32_t _REG(ecx_x86), generic32_t _REG(edx_x86)); typedef _ABI(raw_x86) void rawfunction_10(generic32_t _REG(eax_x86), generic32_t _REG(ebx_x86), generic32_t _REG(ecx_x86), generic32_t _REG(edx_x86)); typedef _ABI(raw_x86) void rawfunction_11(generic32_t _REG(ebx_x86), generic32_t _REG(ecx_x86), generic32_t _REG(edx_x86)); typedef _ABI(SystemV_x86) void cabifunction_13(void); typedef _ABI(SystemV_x86) void cabifunction_14(void); typedef _ABI(SystemV_x86) generic64_t cabifunction_15(void); struct _PACKED artificial_struct_returned_by_rawfunction_4 { pointer_or_number32_t register_eax; pointer_or_number32_t register_edx; }; // \} // \defgroup Functions // \{ _ABI(SystemV_x86) _Noreturn void function_0x8048060_Code_x86(void); _ABI(SystemV_x86) _Noreturn void function_0x8048235_Code_x86(void); _ABI(SystemV_x86) generic64_t function_0x8048254_Code_x86(void); // \} // /// \defgroup Segments // /// \{ struct_0 segment_0; // \}
Loading...