魯大師綠化方案
解包
1.魯大師安裝包直接使用壓縮軟件打開解壓得到綠色版本
精簡目錄和文件
Utils目錄
Utils為工具目錄,里面包括各種廣告組件和服務
一些重要的文件解釋
mininews.exe 迷你新聞頁面
LdsMobile.exe手機安裝
MobileDeviceSrv.exe手機數據線插入監控服務
LuDaShiPreview.exe新功能推薦
MedalWall.exe勛章墻
Launcher.del.exe二手手機
可刪除文件
arctrl.dll ComputerZ12.dll ComputerZ14.exe ComputerZ8.dll ComputerZ8_x64.dll DisPatchMini.dll Down.exe gamecenter.json guardhp.exe iosdb.exe iosdb64.exe KitTip.dll Launcher.del.exe LDSBasic.dll ldsgamecenter_ludashiembed.dll Ldshelper.exe LdsMobile.exe LdsVolumeCtrl.dll LdsWebView.dll LuDaShiHelper.dll LuDaShiPreview.exe LuDaShiPreview.ui LuDaShiPreview.xml MedalWall.exe mininews.exe MininewsPlugin.dll MobileDeviceSrv.exe NavAd.dll NavLauncher.dll NavLauncher64.dll NavPlugin.exe NavProxy64.exe navskin.ui Pop.dll PopEx.dll SoulDancer.exe ie\LdsIeView.exe
Themes目錄
LdsLite迷你頁面布局
GamePage游戲頁面
CleanPage清理頁面
Plugin目錄
文件可以全部刪除
net目錄
聯網模塊,可以刪除
game目錄
游戲組件目錄,卵用沒有。可以刪除
ipc,lpi等目錄
直接刪
DrvMgr目錄
DrvMgr包括了驅動,如果不需要,可以全部刪除
feedback目錄可以刪除
刪除文件會匯總
魯大師自帶了adb,aapt,手機模塊,游戲模塊,自動更新模塊,安全模塊,驅動模塊可以全部刪除
360Common.dll 360Conf.dll aapt.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll ComputerMonZ.dll ComputerZBrowser.exe ComputerZTinyTray.exe ComputerZTray.exe ComputerZ_Accelerator.dll HardwareProtectEx.sys HardwareProtectEx_x64.sys HardwareProtectSlim.sys HardwareProtectSlim_x64.sys LdsLite.exe LiteUninst.exe LiveUpdate360.exe ModuleUpdate.exe PowerSaveZ.sys Safelive.dll TrayHelper.exe update.exe updatecfg.ini DrvMgr\360LibDrvmgr.dat DrvMgr\cloudcom2.dll DrvMgr\ScriptExecute.exe game\360GameIdentify.dll game\360WebIdentify.dll game\gameidentify.dat game\gameidentify_inc.dat game\GamePage.dll game\GameTray.dll game\widef.dat ipc\ipcservice.dll lpi\CheckHp.dll lpi\HpSvc.dll lpi\TmSvc.dll nBench\D3DCompiler_43.dll nBench\d3dx11_43.dll nBench\D3DX9_43.dll net\netload.dll Plugin\CleanTip.tpi Plugin\ConfigCenter.dll Plugin\ConfigCenterStub.dll Plugin\MasterHeadline.tpi Plugin\PopMgr.tpi Plugin\PopMgrStub.dll Plugin\RunExtention.tpi sweeper\CleanHelper64.exe sweeper\CleanPage.dll sweeper\ComputerZS1.dll sweeper\HardwareCleaner.dll sweeper\heavygate.dll sweeper\MemoryOptimizer.exe sweeper\RubbishCleanEngine.dat sweeper\SysSweeper.dat sweeper\SysSweeper.dll sweeper\TEngine.dll sweeper\Tracehelper.exe sweeper\tracesweeper.dat sweeper\TrashClean.dll sweeper\WhiteList.dat Utils\arctrl.dll Utils\ComputerZ12.dll Utils\ComputerZ14.exe Utils\ComputerZ8.dll Utils\ComputerZ8_x64.dll Utils\DisPatchMini.dll Utils\Down.exe Utils\gamecenter.json Utils\guardhp.exe Utils\iosdb.exe Utils\iosdb64.exe Utils\KitTip.dll Utils\Launcher.del.exe Utils\LDSBasic.dll Utils\ldsgamecenter_ludashiembed.dll Utils\Ldshelper.exe Utils\LdsMobile.exe Utils\LdsVolumeCtrl.dll Utils\LdsWebView.dll Utils\LuDaShiHelper.dll Utils\LuDaShiPreview.exe Utils\LuDaShiPreview.ui Utils\LuDaShiPreview.xml Utils\MedalWall.exe Utils\mininews.exe Utils\MininewsPlugin.dll Utils\MobileDeviceSrv.exe Utils\NavAd.dll Utils\NavLauncher.dll Utils\NavLauncher64.dll Utils\NavPlugin.exe Utils\NavProxy64.exe Utils\navskin.ui Utils\Pop.dll Utils\PopEx.dll Utils\SoulDancer.exe DrvMgr\feedback\360ScreenCapture.exe DrvMgr\feedback\DrvMgrFeedBack.exe DrvMgr\feedback\LdsMMFeedback.exe DrvMgr\feedback\LuDaShiFeedBack.exe DrvMgr\feedback\LuDaShiFeedback.ui DrvMgr\feedback\LuDaShiFeedBack.xml Themes\Default\CleanPage\CleanPage_Theme.ui Themes\Default\CleanPage\clean_page_theme.xml Themes\Default\GamePage\GamePage_Theme.ui Themes\Default\GamePage\GamePage_theme.xml Themes\Default\LdsLite\LdsLite_theme.ui Themes\Default\LdsLite\LdsLite_theme.xml Utils\ie\LdsIeView.exe
界面精簡
魯大師主程序是用的Delphi開發
[content_hide]
使用resource hacker打開主程序,找到RC數據的TLUDASHIFORMMAIN選項,這個里面就是魯大師的界面代碼
可以刪除組件,每個組件以object開頭,end結尾
object DrvMgrTable: TCZTabControlItem Left = 335 Top = 30 Width = 80 Height = 72 Picture.Data = { 0A54504E474F626A65637489504E470D0A1A0A0000000D49484452000000D200 000049080600000....} PictureTop = 0 ICON.Data = { 0A54504E4....} ICONTop = 0 Seleted = False Caption = '驅動管理' CaptionTop = 45 OnClick = DrvMgrTableClick end
菜單組件
object pmMain: TPopupMenu AutoHotkeys = maManual OnChange = pmMainChange Left = 520 Top = 24 object MIOption: TMenuItem Action = actOption AutoHotkeys = maManual Caption = '設置' end object N1: TMenuItem Action = actLiveupdate end end
組件可以使用Visible = False來隱藏
[/content_hide]
去除底欄廣告
[content_hide]
屏蔽網址:http://s2.ludashi.com/cab/list01.cab
[/content_hide]
版權聲明:
作者:applek
鏈接:http://www.yydfqli.cn/gplan01.html
文章版權歸作者所有,未經允許請勿轉載。
THE END