jief666
|
babba4de6e
|
make TagData::setDataValue accept NULL value for data.
|
2020-08-30 22:53:40 +03:00 |
|
jief666
|
5779130ea5
|
MemLogfVA now use only printf_lite which has better handling of
timestamp at the beginning of lines.
|
2020-08-26 21:49:49 +03:00 |
|
jief666
|
8b6f19f2c6
|
Bug in GetDataSetting.
Bug near "GetProperty(DictPointer, "KextsToPatch")"
|
2020-08-19 16:56:19 +03:00 |
|
jief666
|
2961827dce
|
Correct some refactoring bugs.
|
2020-08-17 22:40:52 +03:00 |
|
jief666
|
59d8cbad7f
|
Refactoring KEXT_PATCH.
Change numerous CHAR8* CHAR16* to XString.
|
2020-08-12 18:15:47 +03:00 |
|
jief666
|
29718aaa0b
|
Fix -W effc++ warnings.
SETTINGS_DATA is a class.
XIcon is separate class.
KernelAndKextPatches in LOADER_ENTRY is not a pointer anymore.
|
2020-08-11 15:43:53 +03:00 |
|
jief666
|
4555bb9e9f
|
Remove the last PoolPrints.
|
2020-08-09 18:55:30 +03:00 |
|
SergeySlice
|
0724be965a
|
kext patching works in bigsur
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-27 16:09:30 +03:00 |
|
SergeySlice
|
b291971c46
|
names table shifted
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-27 11:45:17 +03:00 |
|
Sergey Isakov
|
15b65bd95b
|
different addressing in the case of kc
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-07-26 16:44:38 +03:00 |
|
SergeySlice
|
32eba04396
|
more debugging
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-25 09:36:00 +03:00 |
|
SergeySlice
|
fab169defe
|
account kext address can be decimal
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-24 21:59:51 +03:00 |
|
SergeySlice
|
0143e228ee
|
right way to patch kexts
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-23 22:14:20 +03:00 |
|
SergeySlice
|
f7c13f0b84
|
repair kext patching
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-22 23:23:38 +03:00 |
|
SergeySlice
|
69e0e0327c
|
debug kext patching
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-21 12:17:02 +03:00 |
|
SergeySlice
|
dddceaae36
|
exclude double headers
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-21 09:33:43 +03:00 |
|
SergeySlice
|
33816ae90a
|
separate prelinked and symtab
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-07-20 19:05:18 +03:00 |
|
SergeySlice
|
d36f1ae23a
|
embedded patch to cure 8 apples
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-27 21:04:31 +03:00 |
|
SergeySlice
|
22f9adcbc9
|
using XIcon class for dynamic images
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-16 22:30:29 +03:00 |
|
Jief L
|
a2b23b391f
|
Add XStringArray::remove and removeIC tests. Create var for "quiet" and
"splash".
|
2020-05-10 12:41:34 +03:00 |
|
SergeySlice
|
dc4d0062a8
|
Kernel pointer will be member of loader class
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-09 10:56:30 +03:00 |
|
SergeySlice
|
9b673232f7
|
use new method for RTC patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-07 21:13:08 +03:00 |
|
SergeySlice
|
8f5a4616b2
|
dont hang on AICPUPM patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-06 16:35:25 +03:00 |
|
SergeySlice
|
1a3081dc27
|
new lapic patch, simplify searchProc
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-05 22:15:59 +03:00 |
|
SergeySlice
|
85aee74658
|
remake kernelPm patch, not enabled yet
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-04 22:31:12 +03:00 |
|
SergeySlice
|
9166ed8c9c
|
correct format for debug output
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-03 20:34:46 +03:00 |
|
SergeySlice
|
486f6473ff
|
fix conflicts
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-03 20:20:34 +03:00 |
|
SergeySlice
|
70fea56ee4
|
change a way to find symbols in kexts
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-03 20:16:50 +03:00 |
|
Sergey Isakov
|
2502b0d825
|
temporary disable new RTC patch
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-05-03 14:16:44 +03:00 |
|
asava
|
ccfbc5b558
|
Correct some mistakes with kernel/kext patcher
|
2020-05-03 10:03:06 +03:00 |
|
SergeySlice
|
d7d3c960a9
|
simplify SIP patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-03 07:10:02 +03:00 |
|
SergeySlice
|
5ed90999d2
|
simplify AppleRTC patch by RodionS
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-02 19:00:31 +03:00 |
|
SergeySlice
|
355e99d6bf
|
new way kext allowing patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-02 06:38:38 +03:00 |
|
SergeySlice
|
6b33696c93
|
kext and kernel patches will be part of LOADER_ENTRY class
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-05-01 19:26:28 +03:00 |
|
Sergey Isakov
|
6b610f5b24
|
correct commit c4357fd
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-04-29 18:07:10 +03:00 |
|
SergeySlice
|
a621438d7c
|
symbolic kexts and kernel patcher
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-04-27 18:16:43 +03:00 |
|
asava
|
b609bfef1c
|
Typo
|
2020-04-26 12:12:11 +03:00 |
|
SergeySlice
|
5eef6624f1
|
avoid infinite loop while kext patch
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-04-26 08:32:48 +03:00 |
|
SergeySlice
|
615b710944
|
a feature to double search pattern in kernel/kext/boot
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
|
2020-04-25 19:18:18 +03:00 |
|
Sergey Isakov
|
21f4bc6cb4
|
allow kext patches length will be less then find
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-04-24 12:01:28 +03:00 |
|
jief
|
4faa0aa8a2
|
Fix %X and %u format for char and short.
|
2020-04-17 16:14:24 +03:00 |
|
Sergey Isakov
|
3433041756
|
use char8 for KPATIConnectorsController
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-04-11 18:36:40 +03:00 |
|
Jief L
|
79c36b193d
|
AsciiSPrint format error in ATIConnectorsPatchInit. Switch to snprintf.
|
2020-04-10 16:17:50 +03:00 |
|
Sergey Isakov
|
d74b431b6f
|
repaired system info
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
|
2020-04-10 10:15:36 +03:00 |
|
Jief L
|
e734530b9b
|
Get rid of AsciiSPrint.
|
2020-03-29 16:44:08 +03:00 |
|
Jief L
|
5006d33c5d
|
Get rid of AsciiPrint.
|
2020-03-29 15:47:04 +03:00 |
|
jief
|
020fe5a2f0
|
Do not use Print() anymore.
|
2020-03-28 09:36:07 +03:00 |
|
Jief L
|
ee6124bd10
|
Bye bye PoolPrintFloat.
|
2020-03-26 15:59:20 +03:00 |
|
Jief L
|
e8fd94bb8f
|
Switch to new printf format for DebugLog.
|
2020-03-25 21:32:44 +03:00 |
|
jief
|
7fa464fde0
|
Final switch to C++ compiler
|
2020-02-17 23:41:09 +03:00 |
|