鲁大师绿化方案
解包
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.lovestu.com/gplan01.html
文章版权归作者所有,未经允许请勿转载。
THE END