Skip to content

Instantly share code, notes, and snippets.

@andreafioraldi
Created September 28, 2021 15:58
Show Gist options
  • Save andreafioraldi/e5f60d68c98b31665a274207cfd05541 to your computer and use it in GitHub Desktop.
Save andreafioraldi/e5f60d68c98b31665a274207cfd05541 to your computer and use it in GitHub Desktop.
#include <stdint.h>
__attribute__ ((weak)) void __sanitizer_cov_trace_pc_guard_init(uint32_t *start, uint32_t *stop) {
}
__attribute__ ((weak)) void __sanitizer_cov_trace_pc_guard(uint32_t *guard) {
}
__attribute__ ((weak)) void __cmplog_rtn_hook(uint8_t *ptr1, uint8_t *ptr2) {
}
__attribute__ ((weak)) void __cmplog_rtn_gcc_stdstring_cstring(uint8_t *stdstring, uint8_t *cstring) {
}
__attribute__ ((weak)) void __cmplog_rtn_gcc_stdstring_stdstring(uint8_t *stdstring1, uint8_t *stdstring2) {
}
__attribute__ ((weak)) void __cmplog_rtn_llvm_stdstring_cstring(uint8_t *stdstring, uint8_t *cstring) {
}
__attribute__ ((weak)) void __cmplog_rtn_llvm_stdstring_stdstring(uint8_t *stdstring1, uint8_t *stdstring2) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment