Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
binary
helpers.h
0 lines
|
1.54 KB
#pragma once #include <stdint.h> #include <stdbool.h> #include "primitive-types.h" void * llvm_returnaddress(uint32_t); void raise_exception_ra(void *, uint32_t, uint64_t); uint64_t revng_undefined_local_sp(void);
Loading...