You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Move pattern matching to Rust
This commit is contained in:
@@ -19,9 +19,6 @@ void repack(const char *src_img, const char *out_img, bool skip_comp = false);
|
||||
int split_image_dtb(const char *filename);
|
||||
int dtb_commands(int argc, char *argv[]);
|
||||
|
||||
size_t patch_verity(rust::Slice<uint8_t> data);
|
||||
size_t patch_encryption(rust::Slice<uint8_t> data);
|
||||
|
||||
static inline bool check_env(const char *name) {
|
||||
using namespace std::string_view_literals;
|
||||
const char *val = getenv(name);
|
||||
|
||||
Reference in New Issue
Block a user