在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → CheatEngine6.4(完整源代码)-lazarus一键编译

CheatEngine6.4(完整源代码)-lazarus一键编译

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.62M
  • 下载次数:6
  • 浏览次数:725
  • 发布时间:2020-07-09
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
自用CheatEngine6.4(完整源代码)-lazarus1.4.4可一键编译,打造自己的CE,轻松过游戏检测。。。。
【实例截图】
【核心代码】
5897002CheatEngine64src
└── CheatEngine64src
├── Cheat Engine
│   ├── APIhooktemplatesettingsfrm.lfm
│   ├── APIhooktemplatesettingsfrm.lrt
│   ├── APIhooktemplatesettingsfrm.pas
│   ├── AccessCheck.pas
│   ├── AddAddress.ddp
│   ├── AddAddress.lrt
│   ├── AdvancedOptionsUnit.ddp
│   ├── AdvancedOptionsUnit.lfm
│   ├── AdvancedOptionsUnit.lrt
│   ├── AdvancedOptionsUnit.pas
│   ├── Assembler.pas
│   ├── Assemblerunit.pas
│   ├── CEDebugger.pas
│   ├── CEFuncProc.pas
│   ├── CUDA pointerscan
│   │   ├── bigalloc.cu
│   │   ├── bigalloc.cuh
│   │   ├── cudaPointerScan.sln
│   │   ├── cudaPointerscan.vcproj
│   │   ├── cudapointervaluelist.cu
│   │   ├── cudapointervaluelist.cuh
│   │   ├── cudapscan.cu
│   │   ├── pointerscan.cu
│   │   ├── pointerscan.cuh
│   │   ├── pscanfileaccess.cu
│   │   └── pscanfileaccess.h
│   ├── Changeoffsetunit.lfm
│   ├── Changeoffsetunit.lrt
│   ├── Changeoffsetunit.pas
│   ├── CommentsUnit.ddp
│   ├── CommentsUnit.lfm
│   ├── CommentsUnit.lrt
│   ├── CommentsUnit.pas
│   ├── Common
│   │   ├── Pipe.cpp
│   │   └── Pipe.h
│   ├── ConfigUnrandomizerFrm.lfm
│   ├── ConfigUnrandomizerFrm.lrt
│   ├── ConfigUnrandomizerFrm.pas
│   ├── CustomTypeHandler.pas
│   ├── DBK64SecondaryLoader.pas
│   ├── DebuggerInterface.pas
│   ├── DebuggerInterfaceAPIWrapper.pas
│   ├── Direct x mess
│   │   ├── CED3D10Hook
│   │   │   ├── CED3D10Hook.cpp
│   │   │   ├── CED3D10Hook.def
│   │   │   ├── CED3D10Hook.h
│   │   │   ├── CED3D10Hook.vcproj
│   │   │   ├── ReadMe.txt
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── CED3D11Hook
│   │   │   ├── CED3D11Hook.cpp
│   │   │   ├── CED3D11Hook.def
│   │   │   ├── CED3D11Hook.h
│   │   │   ├── CED3D11Hook.vcproj
│   │   │   ├── ReadMe.txt
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── CED3D9Hook
│   │   │   ├── CED3D9Hook.cpp
│   │   │   ├── CED3D9Hook.def
│   │   │   ├── CED3D9Hook.h
│   │   │   ├── CED3D9Hook.vcproj
│   │   │   ├── ReadMe.txt
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── DXHookBase
│   │   │   ├── DXHookBase.cpp
│   │   │   ├── DXHookBase.h
│   │   │   ├── DXHookBase.vcproj
│   │   │   ├── ReadMe.txt
│   │   │   ├── dllmain.cpp
│   │   │   ├── log.txt
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── Direct x mess.sln
│   │   └── d3dhookshared.h
│   ├── DissectCodeThread.pas
│   ├── DissectCodeunit.ddp
│   ├── DissectCodeunit.lfm
│   ├── DissectCodeunit.lrt
│   ├── DissectCodeunit.pas
│   ├── DotNetDataCollector
│   │   ├── DotNetDataCollector
│   │   │   ├── DotNetDataCollector.cpp
│   │   │   ├── DotNetDataCollector.vcproj
│   │   │   ├── MyICLRDebuggingLibraryProvider.cpp
│   │   │   ├── MyICLRDebuggingLibraryProvider.h
│   │   │   ├── MyICorDebugDataTarget.cpp
│   │   │   ├── MyICorDebugDataTarget.h
│   │   │   ├── PipeServer.cpp
│   │   │   ├── PipeServer.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   └── DotNetDataCollector.sln
│   ├── DriverList.lrt
│   ├── DriverList.pas
│   ├── ExtraTrainerComponents.pas
│   ├── FileMapping.pas
│   ├── Filehandler.pas
│   ├── FindWindowUnit.ddp
│   ├── FindWindowUnit.lfm
│   ├── FindWindowUnit.lrt
│   ├── FindWindowUnit.pas
│   ├── FormDebugStringsUnit.lfm
│   ├── FormDebugStringsUnit.lrt
│   ├── FormDebugStringsUnit.pas
│   ├── FoundCodeUnit.ddp
│   ├── FoundCodeUnit.lfm
│   ├── FoundCodeUnit.lrt
│   ├── FoundCodeUnit.pas
│   ├── HotKeys.lfm
│   ├── HotKeys.lrt
│   ├── HotKeys.pas
│   ├── IconStuff.pas
│   ├── Java
│   │   └── CEJVMTI
│   │   ├── CEJVMTI
│   │   │   ├── CEJVMTI.cpp
│   │   │   ├── CEJVMTI.h
│   │   │   ├── CEJVMTI.vcproj
│   │   │   ├── JavaEventServer.cpp
│   │   │   ├── JavaEventServer.h
│   │   │   ├── JavaServer.cpp
│   │   │   ├── JavaServer.h
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   └── CEJVMTI.sln
│   ├── KernelDebugger.pas
│   ├── KernelDebuggerInterface.pas
│   ├── LuaAddresslist.pas
│   ├── LuaBinary.pas
│   ├── LuaBitmap.pas
│   ├── LuaButton.pas
│   ├── LuaByteTable.pas
│   ├── LuaCaller.pas
│   ├── LuaCanvas.pas
│   ├── LuaCheatComponent.pas
│   ├── LuaCheckbox.pas
│   ├── LuaClass.pas
│   ├── LuaClassArray.pas
│   ├── LuaCollection.pas
│   ├── LuaCollectionItem.pas
│   ├── LuaCombobox.pas
│   ├── LuaCommonDialog.pas
│   ├── LuaComponent.pas
│   ├── LuaControl.pas
│   ├── LuaCustomControl.pas
│   ├── LuaD3DHook.pas
│   ├── LuaDebug.pas
│   ├── LuaDisassembler.pas
│   ├── LuaDissectCode.pas
│   ├── LuaEdit.pas
│   ├── LuaFileDialog.pas
│   ├── LuaFindDialog.pas
│   ├── LuaFont.pas
│   ├── LuaForm.pas
│   ├── LuaFoundlist.pas
│   ├── LuaGenericHotkey.pas
│   ├── LuaGraphic.pas
│   ├── LuaGraphicControl.pas
│   ├── LuaGroupbox.pas
│   ├── LuaHandler.pas
│   ├── LuaImage.pas
│   ├── LuaListColumns.pas
│   ├── LuaListItem.pas
│   ├── LuaListItems.pas
│   ├── LuaListbox.pas
│   ├── LuaListcolumn.pas
│   ├── LuaListview.pas
│   ├── LuaMemo.pas
│   ├── LuaMemoryRecord.pas
│   ├── LuaMemoryRecordHotkey.pas
│   ├── LuaMemoryView.pas
│   ├── LuaMemscan.pas
│   ├── LuaMenu.pas
│   ├── LuaObject.pas
│   ├── LuaOldD3DHook.pas
│   ├── LuaPanel.pas
│   ├── LuaPen.pas
│   ├── LuaPicture.pas
│   ├── LuaProgressBar.pas
│   ├── LuaRadioGroup.pas
│   ├── LuaRasterImage.pas
│   ├── LuaRegion.pas
│   ├── LuaSettings.pas
│   ├── LuaStream.pas
│   ├── LuaStringlist.pas
│   ├── LuaStrings.pas
│   ├── LuaStructure.pas
│   ├── LuaSyntax.pas
│   ├── LuaTableFile.pas
│   ├── LuaThread.pas
│   ├── LuaTimer.pas
│   ├── LuaTrackbar.pas
│   ├── LuaWinControl.pas
│   ├── LuaXMPlayer.pas
│   ├── MainUnit.ddp
│   ├── MainUnit.lfm
│   ├── MainUnit.lrt
│   ├── MainUnit.pas
│   ├── MainUnit2.pas
│   ├── ManualModuleLoader.pas
│   ├── MemFuncs.pas
│   ├── MemoryBrowserFormUnit.lfm
│   ├── MemoryBrowserFormUnit.lrt
│   ├── MemoryBrowserFormUnit.pas
│   ├── MemoryRecordUnit.pas
│   ├── MenuItemExtra.pas
│   ├── ModuleSafetyUnit.lfm
│   ├── ModuleSafetyUnit.lrt
│   ├── ModuleSafetyUnit.pas
│   ├── MonoDataCollector
│   │   ├── MonoDataCollector
│   │   │   ├── Metadata.h
│   │   │   ├── MonoDataCollector.cpp
│   │   │   ├── MonoDataCollector.h
│   │   │   ├── MonoDataCollector.vcproj
│   │   │   ├── PipeServer.cpp
│   │   │   ├── PipeServer.h
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   └── MonoDataCollector.sln
│   ├── NewKernelHandler.pas
│   ├── OpenSave.pas
│   ├── PEInfoFunctions.pas
│   ├── PEInfounit.lfm
│   ├── PEInfounit.lrt
│   ├── PEInfounit.pas
│   ├── PasteTableentryFRM.lfm
│   ├── PasteTableentryFRM.lrt
│   ├── PasteTableentryFRM.pas
│   ├── PointerscannerSettingsFrm.lfm
│   ├── PointerscannerSettingsFrm.lrt
│   ├── PointerscannerSettingsFrm.pas
│   ├── PointerscanresultReader.pas
│   ├── ProcessHandlerUnit.pas
│   ├── ProcessWindowUnit.lfm
│   ├── ProcessWindowUnit.lrt
│   ├── ProcessWindowUnit.pas
│   ├── RemoteMemoryManager.pas
│   ├── SaveFirstScan.pas
│   ├── ScrollBoxEx.pas
│   ├── ServiceDescriptorTables.lfm
│   ├── ServiceDescriptorTables.lrs
│   ├── ServiceDescriptorTables.pas
│   ├── Sounds.RC
│   ├── StructuresAddElementfrm.lfm
│   ├── StructuresAddElementfrm.lrt
│   ├── StructuresAddElementfrm.pas
│   ├── StructuresFrm2.lfm
│   ├── StructuresFrm2.lrt
│   ├── StructuresFrm2.pas
│   ├── Structuresfrm.lfm
│   ├── Structuresfrm.lrt
│   ├── Structuresfrm.pas
│   ├── SynHighlighterAA.pas
│   ├── SyncObjs2.pas
│   ├── ThreadlistExFRM.lfm
│   ├── ThreadlistExFRM.lrt
│   ├── ThreadlistExFRM.pas
│   ├── Tutorial
│   │   ├── Unit1.lfm
│   │   ├── Unit1.lrs
│   │   ├── Unit1.lrt
│   │   ├── Unit1.pas
│   │   ├── Unit10.lfm
│   │   ├── Unit10.lrs
│   │   ├── Unit10.lrt
│   │   ├── Unit10.pas
│   │   ├── Unit2.lfm
│   │   ├── Unit2.lrs
│   │   ├── Unit2.lrt
│   │   ├── Unit2.pas
│   │   ├── Unit3.lfm
│   │   ├── Unit3.lrs
│   │   ├── Unit3.lrt
│   │   ├── Unit3.pas
│   │   ├── Unit4.lfm
│   │   ├── Unit4.lrs
│   │   ├── Unit4.lrt
│   │   ├── Unit4.pas
│   │   ├── Unit5.lfm
│   │   ├── Unit5.lrs
│   │   ├── Unit5.lrt
│   │   ├── Unit5.pas
│   │   ├── Unit6.lfm
│   │   ├── Unit6.lrs
│   │   ├── Unit6.lrt
│   │   ├── Unit6.pas
│   │   ├── Unit7.lfm
│   │   ├── Unit7.lrs
│   │   ├── Unit7.lrt
│   │   ├── Unit7.pas
│   │   ├── Unit8.lfm
│   │   ├── Unit8.lrs
│   │   ├── Unit8.lrt
│   │   ├── Unit8.pas
│   │   ├── Unit9.lfm
│   │   ├── Unit9.lrs
│   │   ├── Unit9.lrt
│   │   ├── Unit9.pas
│   │   ├── cetranslator.pas
│   │   ├── tut.ico
│   │   ├── tutorial.cfg
│   │   ├── tutorial.dof
│   │   ├── tutorial.dpr
│   │   ├── tutorial.ico
│   │   ├── tutorial.lpi
│   │   ├── tutorial.lpr
│   │   └── tutorial.res
│   ├── TypePopup.lfm
│   ├── TypePopup.lrt
│   ├── TypePopup.pas
│   ├── VEHDebug
│   │   ├── DebugHandler.pas
│   │   ├── SimpleThread.pas
│   │   ├── VEHDebugSharedMem.pas
│   │   ├── extcont.pas
│   │   ├── init.pas
│   │   ├── threadpoll.pas
│   │   ├── vehdebug.lpi
│   │   └── vehdebug.lpr
│   ├── VEHDebugger.pas
│   ├── ValueFinder.pas
│   ├── Valuechange.lfm
│   ├── Valuechange.lrt
│   ├── Valuechange.pas
│   ├── VirtualMemory.pas
│   ├── WindowsDebugger.pas
│   ├── aboutunit.ddp
│   ├── aboutunit.lfm
│   ├── aboutunit.lrt
│   ├── aboutunit.pas
│   ├── addresslist.pas
│   ├── addresslisteditor.pas
│   ├── addresslisthandlerunit.pas
│   ├── addressparser.pas
│   ├── allochook
│   │   ├── allochook.dpr
│   │   ├── allochook.lpi
│   │   ├── allochook.lpr
│   │   └── hookedfunctions.pas
│   ├── assemblerarm.pas
│   ├── autoassembler.pas
│   ├── backup
│   │   ├── FindWindowUnit.lfm.bak
│   │   ├── FindWindowUnit.pas.bak
│   │   ├── MainUnit.lfm.bak
│   │   ├── MainUnit.pas.bak
│   │   ├── MainUnit2.pas.bak
│   │   ├── MemoryBrowserFormUnit.lfm.bak
│   │   ├── MemoryBrowserFormUnit.pas.bak
│   │   ├── cheatengine.lpi.bak
│   │   ├── frmSaveMemoryRegionUnit.lfm.bak
│   │   ├── frmSaveMemoryRegionUnit.pas.bak
│   │   ├── frmmemoryrecorddropdownsettingsunit.lfm.bak
│   │   └── frmmemoryrecorddropdownsettingsunit.pas.bak
│   ├── bigmemallochandler.pas
│   ├── bin
│   │   ├── CED3D10Hook.dll
│   │   ├── CED3D10Hook64.dll
│   │   ├── CED3D11Hook.dll
│   │   ├── CED3D11Hook64.dll
│   │   ├── DotNetDataCollector32.exe
│   │   ├── DotNetDataCollector64.exe
│   │   ├── autorun
│   │   │   ├── Lua files in this folder get executed automatically.txt
│   │   │   ├── dlls
│   │   │   │   ├── 32
│   │   │   │   │   └── CEJVMTI.dll
│   │   │   │   ├── 64
│   │   │   │   │   └── CEJVMTI.dll
│   │   │   │   └── MonoDataCollector.dll
│   │   │   ├── forms
│   │   │   │   └── MonoDataCollector.frm
│   │   │   ├── java.lua
│   │   │   ├── javaClassEditor.lua
│   │   │   ├── javaclass.lua
│   │   │   ├── monoscript.lua
│   │   │   └── savesession.lua
│   │   ├── buildsigs.bat
│   │   ├── ced3d9hook.dll
│   │   ├── ced3d9hook64.dll
│   │   ├── class.lua
│   │   ├── classwrapper.lua
│   │   ├── clibs32
│   │   │   └── lfs.dll
│   │   ├── clibs64
│   │   │   └── lfs.dll
│   │   ├── commonmodulelist.txt
│   │   ├── d3dhook.dll
│   │   ├── d3dhook64.dll
│   │   ├── defines.lua
│   │   ├── donottrace.txt
│   │   ├── languages
│   │   │   ├── How to add languages.txt
│   │   │   ├── language.ini
│   │   │   └── lclstrconsts.po
│   │   ├── lua5.1-32.dll
│   │   ├── lua5.1-64.dll
│   │   ├── main.lua
│   │   ├── overlay.fx
│   │   ├── standalonephase1.dat
│   │   ├── tiny.dat
│   │   ├── win32
│   │   │   └── dbghelp.dll
│   │   └── win64
│   │   └── dbghelp.dll
│   ├── bogus.lfm
│   ├── bogus.lrt
│   ├── bogus.pas
│   ├── byteinterpreter.pas
│   ├── ceguicomponents.pas
│   ├── celazysocket.pas
│   ├── celistviewitemeditor.lfm
│   ├── celistviewitemeditor.lrt
│   ├── celistviewitemeditor.pas
│   ├── ceregreset
│   │   ├── ceregreset.dpr
│   │   └── ceregreset.lpi
│   ├── ceserver
│   │   ├── Debug-linux
│   │   │   ├── linux
│   │   │   │   └── subdir.mk
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   └── subdir.mk
│   │   ├── Release-android
│   │   │   ├── Debug
│   │   │   │   └── subdir.mk
│   │   │   ├── linux
│   │   │   │   └── subdir.mk
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   └── subdir.mk
│   │   ├── Release-linux
│   │   │   ├── linux
│   │   │   │   └── subdir.mk
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   └── subdir.mk
│   │   ├── api.c
│   │   ├── api.h
│   │   ├── ceserver.c
│   │   ├── ceserver.h
│   │   ├── ceservertest.c
│   │   ├── ceservertest.h
│   │   ├── extension
│   │   │   ├── server.c
│   │   │   ├── server.h
│   │   │   ├── speedhack.c
│   │   │   └── speedhack.h
│   │   ├── extensionfunctions.c
│   │   ├── extensionfunctions.h
│   │   ├── extensionloader.c
│   │   ├── extensionloader.h
│   │   ├── porthelp.c
│   │   ├── porthelp.h
│   │   ├── symbols.c
│   │   ├── symbols.h
│   │   ├── threads.c
│   │   └── threads.h
│   ├── cesupport.pas
│   ├── cetranslator.pas
│   ├── changelist.pas
│   ├── cheatengine.ico
│   ├── cheatengine.lpi
│   ├── cheatengine.lpr
│   ├── cheatengine.res
│   ├── circularBuffer.pas
│   ├── compilersettings
│   │   ├── defaultdebugmode
│   │   └── release settings
│   ├── custombase85.pas
│   ├── cvconst.pas
│   ├── d3dhookUnit.pas
│   ├── dbk32
│   │   ├── DBK32functions.pas
│   │   ├── Kernelmodule unloader
│   │   │   ├── Kernelmoduleunloader.cfg
│   │   │   ├── Kernelmoduleunloader.dof
│   │   │   ├── Kernelmoduleunloader.ico
│   │   │   ├── Kernelmoduleunloader.lpi
│   │   │   ├── Kernelmoduleunloader.lpr
│   │   │   ├── Kernelmoduleunloader.res
│   │   │   └── ic.res
│   │   ├── debug.pas
│   │   ├── multicpuexecution.pas
│   │   └── vmxfunctions.pas
│   ├── dbvmPhysicalMemoryHandler.pas
│   ├── debugeventhandler.pas
│   ├── debuggertest
│   │   ├── Unit1.lfm
│   │   ├── Unit1.pas
│   │   ├── debuggertest.cfg
│   │   ├── debuggertest.dof
│   │   ├── debuggertest.ico
│   │   ├── debuggertest.lpi
│   │   ├── debuggertest.lpr
│   │   └── readme.txt
│   ├── debuggertypedefinitions.pas
│   ├── debughelper.pas
│   ├── designerimagelist.txt
│   ├── designerimages.res
│   ├── disassembler.pas
│   ├── disassemblerComments.pas
│   ├── disassemblerarm.pas
│   ├── disassemblerviewlinesunit.pas
│   ├── disassemblerviewunit.pas
│   ├── dotnetpipe.pas
│   ├── dotnettypes.pas
│   ├── driverlist.lfm
│   ├── driverlist.lrs
│   ├── elfsymbols.pas
│   ├── exceptionhandler.pas
│   ├── fileaccess.pas
│   ├── formAddToCodeList.lfm
│   ├── formAddToCodeList.lrt
│   ├── formAddToCodeList.pas
│   ├── formAddressChange.lfm
│   ├── formAddressChange.lrs
│   ├── formAddressChange.pas
│   ├── formAddressChangeUnit.ddp
│   ├── formAddressChangeUnit.lfm
│   ├── formAddressChangeUnit.lrt
│   ├── formAddressChangeUnit.pas
│   ├── formChangedAddresses.ddp
│   ├── formChangedAddresses.lfm
│   ├── formChangedAddresses.lrt
│   ├── formChangedAddresses.pas
│   ├── formDifferentBitSizeUnit.lfm
│   ├── formDifferentBitSizeUnit.lrt
│   ├── formDifferentBitSizeUnit.pas
│   ├── formFoundcodeListExtraUnit.ddp
│   ├── formFoundcodeListExtraUnit.lfm
│   ├── formFoundcodeListExtraUnit.lrt
│   ├── formFoundcodeListExtraUnit.pas
│   ├── formPointerOrPointeeUnit.lfm
│   ├── formPointerOrPointeeUnit.lrt
│   ├── formPointerOrPointeeUnit.pas
│   ├── formProcessInfo.lfm
│   ├── formProcessInfo.lrt
│   ├── formProcessInfo.pas
│   ├── formScanningUnit.dfm
│   ├── formScanningUnit.lfm
│   ├── formScanningUnit.lrt
│   ├── formScanningUnit.pas
│   ├── formdesignerunit.lfm
│   ├── formdesignerunit.lrt
│   ├── formdesignerunit.pas
│   ├── formhotkeyunit.lfm
│   ├── formhotkeyunit.lrt
│   ├── formhotkeyunit.pas
│   ├── formmemoryregionsunit.lfm
│   ├── formmemoryregionsunit.lrt
│   ├── formmemoryregionsunit.pas
│   ├── formsettingsunit.ddp
│   ├── formsettingsunit.dfm
│   ├── formsettingsunit.lfm
│   ├── formsettingsunit.lrt
│   ├── formsettingsunit.pas
│   ├── foundlisthelper.pas
│   ├── frameHotkeyConfigUnit.lfm
│   ├── frameHotkeyConfigUnit.lrt
│   ├── frameHotkeyConfigUnit.pas
│   ├── frmAAEditPrefsUnit.lfm
│   ├── frmAAEditPrefsUnit.lrt
│   ├── frmAAEditPrefsUnit.pas
│   ├── frmAdConfig.lrt
│   ├── frmAdConfigUnit.lfm
│   ├── frmAdConfigUnit.lrt
│   ├── frmAdConfigUnit.pas
│   ├── frmBreakThreadUnit.ddp
│   ├── frmBreakThreadUnit.lfm
│   ├── frmBreakThreadUnit.lrt
│   ├── frmBreakThreadUnit.pas
│   ├── frmBreakpointConditionUnit.lfm
│   ├── frmBreakpointConditionUnit.lrt
│   ├── frmBreakpointConditionUnit.pas
│   ├── frmBreakpointlistunit.lfm
│   ├── frmBreakpointlistunit.lrt
│   ├── frmBreakpointlistunit.pas
│   ├── frmCScriptUnit.ddp
│   ├── frmCScriptUnit.lfm
│   ├── frmCScriptUnit.lrs
│   ├── frmCScriptUnit.pas
│   ├── frmCapturedTimersUnit.lfm
│   ├── frmCapturedTimersUnit.lrt
│   ├── frmCapturedTimersUnit.pas
│   ├── frmCodecaveScannerUnit.lfm
│   ├── frmCodecaveScannerUnit.lrt
│   ├── frmCodecaveScannerUnit.pas
│   ├── frmD3DHookSnapshotConfigUnit.lfm
│   ├── frmD3DHookSnapshotConfigUnit.pas
│   ├── frmD3DTrainerGeneratorOptionsUnit.lfm
│   ├── frmD3DTrainerGeneratorOptionsUnit.lrt
│   ├── frmD3DTrainerGeneratorOptionsUnit.pas
│   ├── frmDebugEventsUnit.lfm
│   ├── frmDebugEventsUnit.lrt
│   ├── frmDebugEventsUnit.pas
│   ├── frmDisassemblyscanunit.lfm
│   ├── frmDisassemblyscanunit.lrt
│   ├── frmDisassemblyscanunit.pas
│   ├── frmDissectwindowUnit.lfm
│   ├── frmDissectwindowUnit.lrt
│   ├── frmDissectwindowUnit.pas
│   ├── frmDriverLoadedUnit.lfm
│   ├── frmDriverLoadedUnit.lrt
│   ├── frmDriverLoadedUnit.pas
│   ├── frmEnumerateDLLsUnit.lfm
│   ├── frmEnumerateDLLsUnit.lrt
│   ├── frmEnumerateDLLsUnit.pas
│   ├── frmExcludeHideUnit.ddp
│   ├── frmExcludeHideUnit.lfm
│   ├── frmExcludeHideUnit.lrt
│   ├── frmExcludeHideUnit.pas
│   ├── frmExeTrainerGeneratorUnit.lfm
│   ├── frmExeTrainerGeneratorUnit.lrt
│   ├── frmExeTrainerGeneratorUnit.pas
│   ├── frmFilePatcherUnit.lfm
│   ├── frmFilePatcherUnit.lrt
│   ├── frmFilePatcherUnit.pas
│   ├── frmFillMemoryUnit.lfm
│   ├── frmFillMemoryUnit.lrt
│   ├── frmFillMemoryUnit.pas
│   ├── frmFindstaticsUnit.dfm
│   ├── frmFindstaticsUnit.lfm
│   ├── frmFindstaticsUnit.lrt
│   ├── frmFindstaticsUnit.pas
│   ├── frmFloatingPointPanelUnit.ddp
│   ├── frmFloatingPointPanelUnit.lfm
│   ├── frmFloatingPointPanelUnit.lrt
│   ├── frmFloatingPointPanelUnit.pas
│   ├── frmGDTunit.lfm
│   ├── frmGDTunit.lrt
│   ├── frmGDTunit.pas
│   ├── frmHeapsUnit.ddp
│   ├── frmHeapsUnit.lfm
│   ├── frmHeapsUnit.lrt
│   ├── frmHeapsUnit.pas
│   ├── frmHotkeyExUnit.lfm
│   ├── frmHotkeyExUnit.pas
│   ├── frmIDTunit.lfm
│   ├── frmIDTunit.lrt
│   ├── frmIDTunit.pas
│   ├── frmLoadMemoryunit.lfm
│   ├── frmLoadMemoryunit.lrt
│   ├── frmLoadMemoryunit.pas
│   ├── frmMemoryAllocHandlerUnit.ddp
│   ├── frmMemoryAllocHandlerUnit.lfm
│   ├── frmMemoryAllocHandlerUnit.lrt
│   ├── frmMemoryAllocHandlerUnit.pas
│   ├── frmMemoryViewExUnit.lfm
│   ├── frmMemoryViewExUnit.lrt
│   ├── frmMemoryViewExUnit.pas
│   ├── frmMemviewPreferencesUnit.lfm
│   ├── frmMemviewPreferencesUnit.lrt
│   ├── frmMemviewPreferencesUnit.pas
│   ├── frmModifyRegistersUnit.lfm
│   ├── frmModifyRegistersUnit.lrt
│   ├── frmModifyRegistersUnit.pas
│   ├── frmPagingUnit.lfm
│   ├── frmPagingUnit.lrt
│   ├── frmPagingUnit.pas
│   ├── frmProcessWatcherUnit.ddp
│   ├── frmProcessWatcherUnit.lfm
│   ├── frmProcessWatcherUnit.lrt
│   ├── frmProcessWatcherUnit.pas
│   ├── frmProcesswatcherExtraUnit.lfm
│   ├── frmProcesswatcherExtraUnit.lrt
│   ├── frmProcesswatcherExtraUnit.pas
│   ├── frmReferencedStringsUnit.ddp
│   ├── frmReferencedStringsUnit.lfm
│   ├── frmReferencedStringsUnit.lrt
│   ├── frmReferencedStringsUnit.pas
│   ├── frmRegistersunit.ddp
│   ├── frmRegistersunit.lfm
│   ├── frmRegistersunit.lrt
│   ├── frmRegistersunit.pas
│   ├── frmRescanPointerUnit.lfm
│   ├── frmRescanPointerUnit.lrt
│   ├── frmRescanPointerUnit.pas
│   ├── frmSaveMemoryRegionUnit.ddp
│   ├── frmSaveMemoryRegionUnit.lfm
│   ├── frmSaveMemoryRegionUnit.lrt
│   ├── frmSaveMemoryRegionUnit.pas
│   ├── frmSaveSnapshotsUnit.lfm
│   ├── frmSaveSnapshotsUnit.pas
│   ├── frmSetCrosshairUnit.lfm
│   ├── frmSetCrosshairUnit.lrt
│   ├── frmSetCrosshairUnit.pas
│   ├── frmSortPointerlistUnit.lfm
│   ├── frmSortPointerlistUnit.lrt
│   ├── frmSortPointerlistUnit.pas
│   ├── frmStackViewUnit.lfm
│   ├── frmStackViewUnit.lrt
│   ├── frmStackViewUnit.pas
│   ├── frmStringMapUnit.lfm
│   ├── frmStringMapUnit.lrt
│   ├── frmStringMapUnit.pas
│   ├── frmStringPointerScanUnit.lfm
│   ├── frmStringPointerScanUnit.lrt
│   ├── frmStringPointerScanUnit.pas
│   ├── frmStructPointerRescanUnit.lfm
│   ├── frmStructPointerRescanUnit.lrs
│   ├── frmStructPointerRescanUnit.lrt
│   ├── frmStructPointerRescanUnit.pas
│   ├── frmStructureLinkerUnit.lfm
│   ├── frmStructureLinkerUnit.lrt
│   ├── frmStructureLinkerUnit.pas
│   ├── frmStructures2ElementInfoUnit.lfm
│   ├── frmStructures2ElementInfoUnit.lrt
│   ├── frmStructures2ElementInfoUnit.pas
│   ├── frmStructuresElementInfoUnit.lrt
│   ├── frmThreadlistunit.lfm
│   ├── frmThreadlistunit.lrt
│   ├── frmThreadlistunit.pas
│   ├── frmTracerConfigUnit.lfm
│   ├── frmTracerConfigUnit.lrt
│   ├── frmTracerConfigUnit.pas
│   ├── frmTracerUnit.ddp
│   ├── frmTracerUnit.lfm
│   ├── frmTracerUnit.lrt
│   ├── frmTracerUnit.pas
│   ├── frmUltimapUnit.lfm
│   ├── frmUltimapUnit.lrt
│   ├── frmUltimapUnit.pas
│   ├── frmassemblyscanunit.lfm
│   ├── frmassemblyscanunit.lrt
│   ├── frmassemblyscanunit.pas
│   ├── frmautoinjectunit.ddp
│   ├── frmautoinjectunit.lfm
│   ├── frmautoinjectunit.lrt
│   ├── frmautoinjectunit.pas
│   ├── frmgroupscanalgoritmgeneratorunit.lfm
│   ├── frmgroupscanalgoritmgeneratorunit.lrt
│   ├── frmgroupscanalgoritmgeneratorunit.pas
│   ├── frmluaengineunit.lfm
│   ├── frmluaengineunit.lrt
│   ├── frmluaengineunit.pas
│   ├── frmmanualstacktraceconfigunit.lfm
│   ├── frmmanualstacktraceconfigunit.pas
│   ├── frmmemoryrecorddropdownsettingsunit.lfm
│   ├── frmmemoryrecorddropdownsettingsunit.lrt
│   ├── frmmemoryrecorddropdownsettingsunit.pas
│   ├── frmmemreccomboboxunit.lfm
│   ├── frmmemreccomboboxunit.lrt
│   ├── frmmemreccomboboxunit.pas
│   ├── frmmergepointerscanresultsettingsunit.lfm
│   ├── frmmergepointerscanresultsettingsunit.lrt
│   ├── frmmergepointerscanresultsettingsunit.pas
│   ├── frmnetworkdatacompressionunit.lfm
│   ├── frmnetworkdatacompressionunit.lrt
│   ├── frmnetworkdatacompressionunit.pas
│   ├── frmpointerrescanconnectdialogunit.lfm
│   ├── frmpointerrescanconnectdialogunit.lrt
│   ├── frmpointerrescanconnectdialogunit.pas
│   ├── frmpointerscanconnectdialogunit.lfm
│   ├── frmpointerscanconnectdialogunit.lrt
│   ├── frmpointerscanconnectdialogunit.pas
│   ├── frmreferencedfunctions.lrt
│   ├── frmreferencedfunctionsunit.lfm
│   ├── frmreferencedfunctionsunit.lrt
│   ├── frmreferencedfunctionsunit.pas
│   ├── frmselectionlistunit.lfm
│   ├── frmselectionlistunit.lrt
│   ├── frmselectionlistunit.pas
│   ├── frmsnapshothandlerUnit.lfm
│   ├── frmsnapshothandlerUnit.pas
│   ├── frmstacktraceunit.ddp
│   ├── frmstacktraceunit.lfm
│   ├── frmstacktraceunit.lrt
│   ├── frmstacktraceunit.pas
│   ├── frmstructuresconfigunit.lfm
│   ├── frmstructuresconfigunit.lrt
│   ├── frmstructuresconfigunit.pas
│   ├── genericHotkey.pas
│   ├── groupscancommandparser.pas
│   ├── guisafecriticalsection.pas
│   ├── help
│   │   ├── Readme.txt
│   │   └── cheat engine.sh6
│   ├── hexviewunit.pas
│   ├── hotkeyhandler.pas
│   ├── hypermode.pas
│   ├── images
│   │   ├── anchor_bottom.png
│   │   ├── anchor_center_horizontal.png
│   │   ├── anchor_center_vertical.png
│   │   ├── anchor_left.png
│   │   ├── anchor_left_right.png
│   │   ├── anchor_right.png
│   │   ├── anchor_top.png
│   │   └── anchor_top_bottom.png
│   ├── inputboxtopunit.lfm
│   ├── inputboxtopunit.lrt
│   ├── inputboxtopunit.pas
│   ├── jvdesign
│   │   ├── TJVDESIGNPANEL.BMP
│   │   ├── TJVDESIGNSCROLLBOX.BMP
│   │   ├── TJVDESIGNSURFACE.BMP
│   │   ├── button.bmp
│   │   ├── edit.bmp
│   │   ├── image.bmp
│   │   ├── jvRuntimeDesign.pas
│   │   ├── jvconsts.pas
│   │   ├── jvdesignclip.pas
│   │   ├── jvdesignimp.pas
│   │   ├── jvdesignsurface.pas
│   │   ├── jvdesignutils.pas
│   │   ├── jvresources.pas
│   │   ├── jvtypes.pas
│   │   ├── panel.bmp
│   │   ├── pointer.bmp
│   │   └── tp_register.pas
│   ├── lastdisassembledata.pas
│   ├── launcher
│   │   ├── cheatengine.ico
│   │   ├── cheatengine.lpi
│   │   └── cheatengine.lpr
│   ├── lib
│   │   └── i386-win32
│   │   ├── APIhooktemplatesettingsfrm.lrs
│   │   ├── AdvancedOptionsUnit.lrs
│   │   ├── Changeoffsetunit.lrs
│   │   ├── CommentsUnit.lrs
│   │   ├── ConfigUnrandomizerFrm.lrs
│   │   ├── DissectCodeunit.lrs
│   │   ├── FindWindowUnit.lrs
│   │   ├── FormDebugStringsUnit.lrs
│   │   ├── FoundCodeUnit.lrs
│   │   ├── HotKeys.lrs
│   │   ├── MainUnit.lrs
│   │   ├── MemoryBrowserFormUnit.lrs
│   │   ├── ModuleSafetyUnit.lrs
│   │   ├── PEInfounit.lrs
│   │   ├── PasteTableentryFRM.lrs
│   │   ├── PointerscannerSettingsFrm.lrs
│   │   ├── ProcessWindowUnit.lrs
│   │   ├── StructuresAddElementfrm.lrs
│   │   ├── Structuresfrm.lrs
│   │   ├── ThreadlistExFRM.lrs
│   │   ├── TypePopup.lrs
│   │   ├── Valuechange.lrs
│   │   ├── aboutunit.lrs
│   │   ├── bogus.lrs
│   │   ├── formAddToCodeList.lrs
│   │   ├── formAddressChangeUnit.lrs
│   │   ├── formChangedAddresses.lrs
│   │   ├── formDifferentBitSizeUnit.lrs
│   │   ├── formFoundcodeListExtraUnit.lrs
│   │   ├── formPointerOrPointeeUnit.lrs
│   │   ├── formProcessInfo.lrs
│   │   ├── formScanningUnit.lrs
│   │   ├── formdesignerunit.lrs
│   │   ├── formhotkeyunit.lrs
│   │   ├── formmemoryregionsunit.lrs
│   │   ├── formsettingsunit.lrs
│   │   ├── frameHotkeyConfigUnit.lrs
│   │   ├── frmAAEditPrefsUnit.lrs
│   │   ├── frmAdConfigUnit.lrs
│   │   ├── frmBreakThreadUnit.lrs
│   │   ├── frmBreakpointConditionUnit.lrs
│   │   ├── frmBreakpointlistunit.lrs
│   │   ├── frmCapturedTimersUnit.lrs
│   │   ├── frmCodecaveScannerUnit.lrs
│   │   ├── frmDebugEventsUnit.lrs
│   │   ├── frmDisassemblyscanunit.lrs
│   │   ├── frmDissectwindowUnit.lrs
│   │   ├── frmEnumerateDLLsUnit.lrs
│   │   ├── frmExcludeHideUnit.lrs
│   │   ├── frmExeTrainerGeneratorUnit.lrs
│   │   ├── frmFillMemoryUnit.lrs
│   │   ├── frmFindstaticsUnit.lrs
│   │   ├── frmFloatingPointPanelUnit.lrs
│   │   ├── frmGDTunit.lrs
│   │   ├── frmHeapsUnit.lrs
│   │   ├── frmIDTunit.lrs
│   │   ├── frmLoadMemoryunit.lrs
│   │   ├── frmMemoryAllocHandlerUnit.lrs
│   │   ├── frmMemviewPreferencesUnit.lrs
│   │   ├── frmModifyRegistersUnit.lrs
│   │   ├── frmPagingUnit.lrs
│   │   ├── frmProcessWatcherUnit.lrs
│   │   ├── frmProcesswatcherExtraUnit.lrs
│   │   ├── frmReferencedStringsUnit.lrs
│   │   ├── frmRegistersunit.lrs
│   │   ├── frmRescanPointerUnit.lrs
│   │   ├── frmSaveMemoryRegionUnit.lrs
│   │   ├── frmStackViewUnit.lrs
│   │   ├── frmStringMapUnit.lrs
│   │   ├── frmStringPointerScanUnit.lrs
│   │   ├── frmThreadlistunit.lrs
│   │   ├── frmTracerConfigUnit.lrs
│   │   ├── frmTracerUnit.lrs
│   │   ├── frmautoinjectunit.lrs
│   │   ├── frmluaengineunit.lrs
│   │   ├── frmselectionlistunit.lrs
│   │   ├── frmstacktraceunit.lrs
│   │   ├── frmstructuresconfigunit.lrs
│   │   ├── inputboxtopunit.lrs
│   │   ├── pointerscannerfrm.lrs
│   │   ├── savedisassemblyfrm.lrs
│   │   ├── symbolconfigunit.lrs
│   │   ├── tlgUnit.lrs
│   │   └── trainergenerator.lrs
│   ├── link.res
│   ├── lua
│   │   ├── lauxlib.pas
│   │   ├── lua.pas
│   │   └── lualib.pas
│   ├── luaJit.pas
│   ├── lua_server.pas
│   ├── luaapplication.pas
│   ├── luabrush.pas
│   ├── luacalendar.pas
│   ├── luaclient
│   │   ├── luaclient.lpi
│   │   ├── luaclient.lpr
│   │   ├── luaclient.lps
│   │   ├── luaclientfunctions.pas
│   │   └── testapp
│   │   ├── luaclienttest.ico
│   │   ├── luaclienttest.lpi
│   │   ├── luaclienttest.lpr
│   │   ├── luaclienttest.lps
│   │   ├── unit1.lfm
│   │   └── unit1.pas
│   ├── luafile.pas
│   ├── luapagecontrol.pas
│   ├── luapipe.pas
│   ├── luapipeclient.pas
│   ├── luapipeserver.pas
│   ├── luasymbollisthandler.pas
│   ├── luatreenode.pas
│   ├── luatreenodes.pas
│   ├── luatreeview.pas
│   ├── manifest.res
│   ├── memdisplay.pas
│   ├── memscan.pas
│   ├── multilineinputqueryunit.lfm
│   ├── multilineinputqueryunit.lrt
│   ├── multilineinputqueryunit.pas
│   ├── networkConfig.lfm
│   ├── networkConfig.lrt
│   ├── networkConfig.pas
│   ├── networkInterface.pas
│   ├── networkInterfaceApi.pas
│   ├── networkdebuggerinterface.pas
│   ├── olddebugger.pas
│   ├── pagemap.pas
│   ├── plugin
│   │   ├── DebugEventLog
│   │   │   └── src
│   │   │   ├── DebugEventLog.lpi
│   │   │   ├── DebugEventLog.lpr
│   │   │   ├── exportimplementation.pas
│   │   │   ├── frmAdConfigUnit.lrt
│   │   │   ├── frmEventLogUnit.lfm
│   │   │   └── frmEventLogUnit.pas
│   │   ├── cepluginsdk.h
│   │   ├── cepluginsdk.pas
│   │   ├── example
│   │   │   ├── Unit1.pas
│   │   │   ├── exampleplugin.lpi
│   │   │   └── exampleplugin.lpr
│   │   ├── example-c
│   │   │   ├── bla.cpp
│   │   │   ├── bla.h
│   │   │   ├── example-c.c
│   │   │   ├── example-c.def
│   │   │   ├── example-c.sln
│   │   │   └── example-c.vcproj
│   │   └── forcedinjection
│   │   ├── forcedinjection.dpr
│   │   ├── forcedinjection.lpi
│   │   └── pluginconfig.pas
│   ├── plugin.pas
│   ├── pluginexports.pas
│   ├── pointerscannerfrm.lfm
│   ├── pointerscannerfrm.lrt
│   ├── pointerscannerfrm.pas
│   ├── pointerscannetworkcommands.pas
│   ├── pointervaluelist.pas
│   ├── regionex.pas
│   ├── release
│   │   ├── License.txt
│   │   └── readme.txt
│   ├── rescanhelper.pas
│   ├── savedisassemblyfrm.lfm
│   ├── savedisassemblyfrm.lrt
│   ├── savedisassemblyfrm.pas
│   ├── savedscanhandler.pas
│   ├── scrollTreeView.pas
│   ├── sfx
│   │   ├── level1
│   │   │   ├── Why.txt
│   │   │   └── standalonelevel1
│   │   │   └── standalonelevel1
│   │   │   ├── icon1.ico
│   │   │   ├── resource.h
│   │   │   ├── resource1.h
│   │   │   ├── small.ico
│   │   │   ├── standalonelevel1.aps
│   │   │   ├── standalonelevel1.cpp
│   │   │   ├── standalonelevel1.rc
│   │   │   ├── standalonelevel1.vcproj
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   └── level2
│   │   ├── main.pas
│   │   ├── standalonephase2.lpi
│   │   └── standalonephase2.lpr
│   ├── sharedMemory.pas
│   ├── simpleaobscanner.pas
│   ├── sounds
│   │   ├── TICK1.WAV
│   │   └── TICK2.WAV
│   ├── sounds.res
│   ├── speedhack
│   │   ├── speedhack.cfg
│   │   ├── speedhack.dof
│   │   ├── speedhack.dpr
│   │   ├── speedhack.lpi
│   │   ├── speedhack.lpr
│   │   ├── speedhackmain.pas
│   │   └── speedhacktest
│   │   ├── Unit1.ddp
│   │   ├── Unit1.lfm
│   │   ├── Unit1.lrs
│   │   ├── Unit1.pas
│   │   ├── speedhacktest.cfg
│   │   ├── speedhacktest.dof
│   │   ├── speedhacktest.dpr
│   │   ├── speedhacktest.lpi
│   │   ├── speedhacktest.lpr
│   │   └── speedhacktest.res
│   ├── speedhack2.pas
│   ├── stacktrace2.pas
│   ├── symbolconfigunit.lfm
│   ├── symbolconfigunit.lrt
│   ├── symbolconfigunit.pas
│   ├── symbolhandler.pas
│   ├── symbollisthandler.pas
│   ├── tableconverter.pas
│   ├── tablist.pas
│   ├── tlgUnit.lfm
│   ├── tlgUnit.lrt
│   ├── tlgUnit.pas
│   ├── tracerignore.pas
│   ├── trainergenerator.lfm
│   ├── trainergenerator.lrt
│   ├── trainergenerator.pas
│   ├── unrandomizer.pas
│   ├── vartypestrings.pas
│   ├── windows7taskbar.pas
│   ├── xmplayer
│   │   ├── libufmod.o
│   │   ├── main.pas
│   │   ├── uFMOD.pp
│   │   ├── xmplayer.lpi
│   │   └── xmplayer.lpr
│   ├── xmplayer_defines.pas
│   └── xmplayer_server.pas
├── DBKKernel
│   ├── DBKDrvr.c
│   ├── DBKDrvr.h
│   ├── DBKFunc.c
│   ├── DBKFunc.h
│   ├── IOPLDispatcher.c
│   ├── IOPLDispatcher.h
│   ├── MAKEFILE
│   ├── SOURCES
│   ├── amd64
│   │   ├── dbkfunca.asm
│   │   ├── debuggera.asm
│   │   ├── ultimapa.asm
│   │   ├── vmxhelpera.asm
│   │   └── vmxoffloada.asm
│   ├── b.bat
│   ├── ce.bat
│   ├── ces.bat
│   ├── cetc.bat
│   ├── cetc.c
│   ├── cetc.h
│   ├── compileinfo.txt
│   ├── debugger.c
│   ├── debugger.h
│   ├── deepkernel.c
│   ├── deepkernel.h
│   ├── extradefines.h
│   ├── extraimports.h
│   ├── interruptHook.c
│   ├── interruptHook.h
│   ├── kfiles.c
│   ├── kfiles.h
│   ├── memscan.c
│   ├── memscan.h
│   ├── mykerneldriver.sln
│   ├── mykerneldriver.vcproj
│   ├── ntifs.h
│   ├── processlist.c
│   ├── processlist.h
│   ├── sigcheck.c
│   ├── sigcheck.h
│   ├── sources.ce
│   ├── sources.cesigned
│   ├── sources.cetc
│   ├── tdiwrapper.c
│   ├── tdiwrapper.cpp
│   ├── tdiwrapper.h
│   ├── threads.c
│   ├── threads.h
│   ├── ultimap.c
│   ├── ultimap.h
│   ├── vmxhelper.c
│   ├── vmxhelper.h
│   ├── vmxoffload.c
│   └── vmxoffload.h
├── dbvm
│   ├── Makefile
│   ├── bootsector
│   │   ├── Makefile
│   │   ├── bootloader.asm
│   │   └── bootloader.lnk
│   ├── common
│   │   ├── Makefile
│   │   ├── common.c
│   │   ├── common.h
│   │   └── commona.asm
│   ├── docs
│   │   └── readme.txt
│   ├── imagemaker
│   │   ├── Makefile
│   │   └── imagemaker.c
│   ├── parsevmloadermap
│   │   ├── Makefile
│   │   └── parsevmloadermap.c
│   ├── parsevmmmap
│   │   ├── Makefile
│   │   └── parsevmmmap.c
│   ├── vmloader
│   │   ├── Makefile
│   │   ├── kernel.lnk
│   │   ├── vmloader.asm
│   │   └── vmloaderc.c
│   └── vmm
│   ├── Makefile
│   ├── apic.c
│   ├── apic.h
│   ├── apica.asm
│   ├── common.c
│   ├── common.h
│   ├── commona.asm
│   ├── config.h
│   ├── distorm.h
│   ├── distorm64
│   │   ├── Makefile
│   │   ├── decoder.c
│   │   ├── decoder.h
│   │   ├── distorm.c
│   │   ├── instructions.c
│   │   ├── instructions.h
│   │   ├── insts.c
│   │   ├── insts.h
│   │   ├── operands.c
│   │   ├── operands.h
│   │   ├── prefix.c
│   │   ├── prefix.h
│   │   ├── textdefs.c
│   │   ├── textdefs.h
│   │   ├── wstring.c
│   │   ├── wstring.h
│   │   ├── x86defs.c
│   │   └── x86defs.h
│   ├── docs
│   │   └── vmcall.txt
│   ├── inthandlers.h
│   ├── keyboard.c
│   ├── keyboard.h
│   ├── main.c
│   ├── main.h
│   ├── mm.c
│   ├── mm.h
│   ├── msrnames.h
│   ├── multicore.c
│   ├── multicore.h
│   ├── neward.c
│   ├── neward.h
│   ├── offloados.c
│   ├── offloados.h
│   ├── osspecific.c
│   ├── osspecific.h
│   ├── pci.c
│   ├── pci.h
│   ├── pmodeemu.c
│   ├── pmodeemu.h
│   ├── realmodeemu.c
│   ├── realmodeemu.h
│   ├── test.c
│   ├── test.h
│   ├── testa.asm
│   ├── ultimap.c
│   ├── ultimap.h
│   ├── vmcall.c
│   ├── vmcall.h
│   ├── vmevent_invalidstate.c
│   ├── vmevent_invalidstate.h
│   ├── vmeventhandler.c
│   ├── vmeventhandler.c.april132011
│   ├── vmeventhandler.h
│   ├── vmeventhandler_amd.c
│   ├── vmeventhandler_amd.h
│   ├── vmm.lnk
│   ├── vmma.asm
│   ├── vmmemu.c
│   ├── vmmemu.h
│   ├── vmmhelper.c
│   ├── vmmhelper.h
│   ├── vmpaging.c
│   ├── vmpaging.c.backup
│   ├── vmpaging.c.backup2
│   ├── vmpaging.h
│   ├── vmreadwrite.h
│   ├── vmxcontrolstructures.h
│   ├── x.sh
│   └── x.sym
└── lua
├── Makefile.std
├── README
├── etc
│   ├── Makefile
│   ├── README
│   ├── all.c
│   ├── bin2c.c
│   ├── lua.hpp
│   ├── lua.ico
│   ├── lua.pc
│   ├── luavs.bat
│   ├── min.c
│   ├── noparser.c
│   ├── premake.lua
│   └── strict.lua
├── include
│   ├── lauxlib.h
│   ├── lua.h
│   ├── lua.hpp
│   ├── luaconf.h
│   └── lualib.h
├── mak.vs2005
│   ├── bin2c5.1_exe.vcproj
│   ├── lua5.1.sln
│   ├── lua5.1_dll.vcproj
│   ├── lua5.1_exe.vcproj
│   ├── lua5.1_lib.vcproj
│   ├── luac5.1_exe.vcproj
│   └── wlua5.1_exe.vcproj
├── mak.vs2008
│   ├── bin2c5.1_exe.vcproj
│   ├── lua5.1.sln
│   ├── lua5.1_dll.vcproj
│   ├── lua5.1_exe.vcproj
│   ├── lua5.1_lib.vcproj
│   ├── luac5.1_exe.vcproj
│   └── wlua5.1_exe.vcproj
└── src
├── Makefile
├── Makefile.orig
├── Makefile.std
├── bin2c.mak
├── config.mak
├── dllproxy.mak
├── lapi.c
├── lapi.h
├── lauxlib.c
├── lauxlib.h
├── lbaselib.c
├── lcode.c
├── lcode.h
├── ldblib.c
├── ldebug.c
├── ldebug.h
├── ldo.c
├── ldo.h
├── ldump.c
├── lfunc.c
├── lfunc.h
├── lgc.c
├── lgc.h
├── linit.c
├── liolib.c
├── llex.c
├── llex.h
├── llimits.h
├── lmathlib.c
├── lmem.c
├── lmem.h
├── lnum.c
├── lnum.h
├── loadlib.c
├── lobject.c
├── lobject.h
├── lopcodes.c
├── lopcodes.h
├── loslib.c
├── lparser.c
├── lparser.h
├── lstate.c
├── lstate.h
├── lstring.c
├── lstring.h
├── lstrlib.c
├── ltable.c
├── ltable.h
├── ltablib.c
├── ltm.c
├── ltm.h
├── lua.c
├── lua.h
├── lua.mak
├── lua.rc
├── lua5.1.def
├── lua_conf.inc
├── lua_dll.rc
├── lua_simple.rc
├── lua_user.c
├── lua_user.h
├── luac.c
├── luac.mak
├── luaconf.h
├── luaconf.h.orig
├── luaconf_internal.h
├── lualib.h
├── lundump.c
├── lundump.h
├── lvm.c
├── lvm.h
├── lzio.c
├── lzio.h
├── make_uname
├── make_uname.bat
├── print.c
├── tecmake_compact.mak
├── wlua.mak
├── wlua.rc
├── wlua_dll8_x64.manifest
├── wlua_dll8_x86.manifest
├── wlua_dll9_x64.manifest
├── wlua_dll9_x86.manifest
└── wmain.c

89 directories, 1280 files

标签:

实例下载地址

CheatEngine6.4(完整源代码)-lazarus一键编译

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警