mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-18 21:15:41 +08:00
Sync ChOma changes
This commit is contained in:
parent
160191bd34
commit
f8b003f034
@ -73,7 +73,7 @@ char *cs_blob_magic_to_string(int magic);
|
||||
// Extract Code Signature to file
|
||||
int macho_extract_cs_to_file(MachO *macho, CS_SuperBlob *superblob);
|
||||
|
||||
void macho_find_code_signature_bounds(MachO *macho, uint32_t *offsetOut, uint32_t *sizeOut);
|
||||
int macho_find_code_signature_bounds(MachO *macho, uint32_t *offsetOut, uint32_t *sizeOut);
|
||||
|
||||
CS_SuperBlob *macho_read_code_signature(MachO *macho);
|
||||
|
||||
|
BIN
Exploits/fastPathSign/src/external/lib/libchoma.a
vendored
BIN
Exploits/fastPathSign/src/external/lib/libchoma.a
vendored
Binary file not shown.
2
RootHelper/external/include/choma/CSBlob.h
vendored
2
RootHelper/external/include/choma/CSBlob.h
vendored
@ -73,7 +73,7 @@ char *cs_blob_magic_to_string(int magic);
|
||||
// Extract Code Signature to file
|
||||
int macho_extract_cs_to_file(MachO *macho, CS_SuperBlob *superblob);
|
||||
|
||||
void macho_find_code_signature_bounds(MachO *macho, uint32_t *offsetOut, uint32_t *sizeOut);
|
||||
int macho_find_code_signature_bounds(MachO *macho, uint32_t *offsetOut, uint32_t *sizeOut);
|
||||
|
||||
CS_SuperBlob *macho_read_code_signature(MachO *macho);
|
||||
|
||||
|
BIN
RootHelper/external/lib/libchoma.a
vendored
BIN
RootHelper/external/lib/libchoma.a
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user