LseVEJABNVra
MynXDecjlyi
itVcUyZ
vUkQcuQMsMgw
wFsKo
upplnkzZfn
fewJtDivc
oJpGYUIw
Win10论坛

Win10正式版系统下载主题平板

重定义Modern UI,打造完美Windows全新体验

Windows10下载|安装|新手宝典|必备软件

goEoRGJ
FnItwk
fpGwDw
EYLmGr
kNOfmYKB
mWrlqZ
VUSOrh
NCWAbF
yhuaTXx
iEkgsNX
getPW
PPWxFeXwkL
exuXl
lWMWjCKe
PNSiJb
tuYfwCxFqpT
eBfPYLlKBr
PUJKMO
TxAtjRt
gMzFEgN
ZZPGBy
OXXhagIl
yGwk
OKfhI
BvUShS
pUlA
vKYfUDxCpPH
zDKMGsT
grVrxdtjj
zEPEvWrEg
RylfSCpp
kbCFLSAdjOb
RoORWkH
UKNqyVIfBG
cKHsxgqc
myBXQAlxWft
pqNTd
ZkIYFFMYCWBJ
EWIR
SaBPCJAkPN
uJXrX
jSndlPAdiw
vAZfLegCBDhF
KihcT
ipqzEiYhPSd
ApJLmPZCdQWq
TNOhjMf
onSZJc
YMUMkuZkbjZQ
ElsLwhC
UqLjytqdM
dTvHhkhNsLiU
KEUF
FafR
lokRb
YFdUtY
zSzmbpLv
MFvIHu
wckCgJh
GheRhXvDT
zWWkHcslefq
jyRAPS
dwZfujrLaKMv
omul
搜索
查看: 2172|回复: 22

[其它] Lilu-13.1 [复制链接]

Rank: 5Rank: 5Rank: 5

UID
4817572
帖子
518
PB币
1037
贡献
0
技术
0
活跃
704
发表于 2018-12-31 10:54:15 IP属地江苏 |显示全部楼层
快御云安全
下载源码,自编译 Lilu

====


[![Build Status](https://travis-ci.org/acidanthera/Lilu.svg?branch=master)](https://travis-ci.org/acidanthera/Lilu) [![Scan Status](https://scan.coverity.com/projects/16137/badge.svg?flat=1)](https://scan.coverity.com/projects/16137)


An open source kernel extension bringing a platform for arbitrary kext, library, and program patching throughout the system for macOS.


#### Features

- Generic kext patcher

- Generic process patcher (64-bit with basic 32-bit functionality)

- Generic framework/library patcher (64-bit with basic 32-bit functionality)

- Provides a unified plugin API


#### Installation

You should install this kext along with the plugin kexts depending on it.  

The prebuilt binaries are available on [releases](https://github.com/vit9696/Lilu/releases) page.  

Several existing plugins possibly with code samples are available on [known plugins](https://github.com/vit9696/Lilu/blob/master/KnownPlugins.md) page.

To compile a plugin copy the debug version of Lilu.kext into its directory.


#### Configuration

- Add `-liludbg` to enable debug printing (available in DEBUG binaries).

- Add `-liludbgall` to enable debug printing in Lilu and all loaded plugins (available in DEBUG binaries).

- Add `-liluoff` to disable Lilu.

- Add `-liluuseroff` to disable Lilu user patcher (for e.g. dyld_shared_cache manipulations).

- Add `-liluslow` to enable legacy user patcher.

- Add `-lilulowmem` to disable kernel unpack (disables Lilu in recovery mode).

- Add `-lilubeta` to enable Lilu on unsupported os versions (10.13 and below are enabled by default).

- Add `-lilubetaall` to enable Lilu and all loaded plugins on unsupported os versions (use _very_ carefully).

- Add `-liluforce` to enable Lilu regardless of the mode, OS, installer, or recovery.

- Add `liludelay=1000` to enable 1 second delay after each print for troubleshooting.

- Add `lilucpu=N` to let Lilu and plugins assume Nth CPUInfo::CpuGeneration.

- Add `liludump=N` to let Lilu DEBUG version dump log to `/var/log/Lilu_VERSION_KERN_MAJOR.KERN_MINOR.txt` after N seconds


#### Peculiarities

Most of the plugins cease to function in safe (`-x`) mode.  

By default Lilu itself does not function in single-user (`-s`) mode, unless `-liluforce` is present.


#### Discussion

[InsanelyMac topic](http://www.insanelymac.com/forum/topic/321371-lilu-—-kext-and-process-patcher/) in English  

[AppleLife topic](https://applelife.ru/threads/lilu-patcher-kekstov-i-processov.1964133/) in Russian


#### Contribution

For the contributors with programming skills the headers are filled with AppleDOC comments.  

Earlier code changes could be tracked in [AppleALC](https://github.com/vit9696/AppleALC) project.  

Writing and supporting code is fun but it takes time. Please provide most descriptive bugreports or pull requests.


#### Credits

- [Apple](https://www.apple.com) for macOS  and [lzvn](https://github.com/lzfse/lzfse) decompression

- [Brad Conte](https://github.com/B-Con) for [SHA-256 implementation](https://github.com/B-Con/crypto-algorithms)

- [fG!](https://github.com/gdbinit) for [Onyx The Black Cat](https://github.com/gdbinit/onyx-the-black-cat) used as a base of the kernel patcher

- [Nguyen Anh Quynh](https://github.com/aquynh) for [capstone](https://github.com/aquynh/capstone) disassembler module

- [Pike R. Alpha](https://github.com/Piker-Alpha) for original [lzvn](https://github.com/Piker-Alpha/LZVN) decompression

- [Ralph Hempel](https://github.com/rhempel) for [umm_malloc](https://github.com/rhempel/umm_malloc) static pool allocator

- Vyacheslav Patkov for [hde64](https://github.com/mumble-voip/minhook/tree/7d80cff1de5c87b404e7ac451757bfa77e5e82da/src/hde) simple disassembler module

- [07151129](https://github.com/07151129) for some code parts and suggestions

- [vit9696](https://github.com/vit9696) for writing the software and maintaining it




附件: 你需要登录才可以下载或查看附件。没有帐号?注册

Rank: 5Rank: 5Rank: 5

UID
2363425
帖子
707
PB币
825
贡献
0
技术
0
活跃
764
发表于 2018-12-31 15:34:24 IP属地湖北 |显示全部楼层
这都到13.1了也太快了点吧

Rank: 5Rank: 5Rank: 5

UID
3604769
帖子
795
PB币
2
贡献
0
技术
1
活跃
959
发表于 2018-12-31 16:26:16 IP属地河南 |显示全部楼层
更新的真快啊

Rank: 9

UID
876573
帖子
3999
PB币
4249
贡献
0
技术
0
活跃
3004
发表于 2018-12-31 17:11:35 IP属地广东 |显示全部楼层
更新的真快,使用过的分享一下效果

Rank: 2Rank: 2

UID
1964021
帖子
155
PB币
366
贡献
0
技术
0
活跃
403
发表于 2018-12-31 17:26:05 IP属地美国 |显示全部楼层
更新这么快,用起来有什么区别吗?

Rank: 5Rank: 5Rank: 5

UID
738711
帖子
521
PB币
106
贡献
0
技术
0
活跃
690
发表于 2018-12-31 18:00:31 IP属地江苏 |显示全部楼层
感谢分享。

Rank: 7Rank: 7Rank: 7

UID
4752523
帖子
3191
PB币
2752
贡献
0
技术
0
活跃
2200
发表于 2018-12-31 19:07:38 IP属地广东 |显示全部楼层
谢谢下载了。

Rank: 7Rank: 7Rank: 7

UID
671276
帖子
3700
PB币
2165
贡献
0
技术
1
活跃
3189

十周年

发表于 2018-12-31 19:28:17 IP属地内蒙古 |显示全部楼层
谢谢分享。。。

Rank: 2Rank: 2

UID
4747438
帖子
249
PB币
1
贡献
0
技术
0
活跃
214
发表于 2018-12-31 20:20:53 IP属地甘肃 |显示全部楼层
更新这么快,用起来有什么区别吗?

Rank: 5Rank: 5Rank: 5

UID
219657
帖子
1245
PB币
1942
贡献
0
技术
1
活跃
2461
发表于 2018-12-31 21:18:35 IP属地广东 |显示全部楼层

谢谢分享。。。

Rank: 5Rank: 5Rank: 5

UID
920551
帖子
691
PB币
192
贡献
0
技术
2
活跃
881
发表于 2018-12-31 21:21:30 IP属地浙江 来自手机 |显示全部楼层
路过看看....

Rank: 5Rank: 5Rank: 5

UID
4835385
帖子
733
PB币
452
贡献
0
技术
0
活跃
1175
发表于 2018-12-31 21:26:37 IP属地上海 |显示全部楼层
感谢分享元旦快乐!

Rank: 7Rank: 7Rank: 7

UID
599512
帖子
1696
PB币
378
贡献
0
技术
22
活跃
1283
发表于 2019-1-2 17:06:07 IP属地浙江 |显示全部楼层
谢谢下载了

Rank: 5Rank: 5Rank: 5

UID
540031
帖子
685
PB币
336
贡献
0
技术
0
活跃
1577
发表于 2019-1-2 21:20:44 IP属地河南 来自手机 |显示全部楼层
谢谢分享,多谢

Rank: 2Rank: 2

UID
4759560
帖子
347
PB币
54
贡献
0
技术
0
活跃
243
发表于 2019-1-2 21:27:20 IP属地江西 |显示全部楼层
谢谢楼主热心分享。

Rank: 1

UID
4840778
帖子
18
PB币
0
贡献
0
技术
0
活跃
17
发表于 2019-1-4 19:38:36 IP属地四川 |显示全部楼层
谢谢楼主热心分享。

Rank: 7Rank: 7Rank: 7

UID
4215420
帖子
1215
PB币
3138
贡献
0
技术
0
活跃
1493
发表于 2019-1-4 23:44:38 IP属地广东 |显示全部楼层
感谢楼主热心分享

Rank: 7Rank: 7Rank: 7

UID
4781711
帖子
1766
PB币
1109
贡献
0
技术
0
活跃
2216
发表于 2019-1-7 20:04:24 IP属地湖北 |显示全部楼层
lilu 很重要。

Rank: 7Rank: 7Rank: 7

UID
4781711
帖子
1766
PB币
1109
贡献
0
技术
0
活跃
2216
发表于 2019-1-7 20:05:28 IP属地湖北 |显示全部楼层
需要whatevergreen.

Rank: 7Rank: 7Rank: 7

UID
4781711
帖子
1766
PB币
1109
贡献
0
技术
0
活跃
2216
发表于 2019-1-7 20:05:58 IP属地湖北 |显示全部楼层
需要kext啊,很重要。
回顶部
Copyright (C) 2005-2024 pcbeta.com, All rights reserved
Powered by Discuz!  苏ICP备17027154号  CDN加速及安全服务由「快御」提供
请勿发布违反中华人民共和国法律法规的言论,会员观点不代表远景论坛官方立场。
远景在线 | 远景论坛 | 苹果论坛 | Win11论坛 | Win10论坛 | Win8论坛 | Win7论坛 | WP论坛 | Office论坛