mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-28 05:33:38 -08:00
Initial crt0 implementation
Builds but cannot link, missing a lot of symbols
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifndef __call_bypassing_fortify
|
||||
#define __call_bypassing_fortify(fn) (&fn)
|
||||
#endif
|
||||
|
||||
#undef vsnprintf
|
||||
static int fmt_and_log_with_rs(LogLevel level, const char *fmt, va_list ap) {
|
||||
constexpr int sz = 4096;
|
||||
|
||||
Reference in New Issue
Block a user