Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
binary
binary_decompiled.c
0 lines
|
32.1 KB
#include "types-and-globals.h" #include "helpers.h" _ABI(SystemV_x86_64) void _init(void) { if (segment_3.got.offset_16) { ((cabifunction_58 *) segment_3.got.offset_16)(); } } _ABI(SystemV_x86_64) _Noreturn void __stack_chk_fail_2(void) { __stack_chk_fail(); } _ABI(SystemV_x86_64) _Noreturn void _start(generic64_t argument_0, generic64_t argument_1, struct_45 *argument_2) { int32_t var_0; var_0 = __libc_start_main((cabifunction_32 *) main, (int32_t) (number32_t) *(generic64_t *) revng_undefined_local_sp(), (int8_t **) (revng_undefined_local_sp() + 8), (cabifunction_32 *) NULL, (cabifunction_31 *) NULL, (cabifunction_31 *) argument_2, (void *) revng_undefined_local_sp()); // The previous function call does not return } _ABI(SystemV_x86_64) struct_55 main(void) { struct_42 stack; stack.offset_72 = *(generic64_t *) 40; stack.offset_68 = 30; stack.offset_16 = 'J'; stack.offset_17 = 'o'; stack.offset_18 = 'h'; stack.offset_19 = 'n'; stack.offset_20 = '\000'; stack.offset_8 = &stack.offset_16; stack.offset_68 = 40; if (stack.offset_72 != *(generic64_t *) 40) { __stack_chk_fail_2(); } struct_55 var_0; var_0.offset_0 = 0; var_0.offset_8 = 0; return var_0; } _ABI(SystemV_x86_64) void _fini(void) { }
Loading...