Releases: Luca1991/DiscCheckEmu
v0.6.0
Added
- Added phenoProtect to the list of supported protections
- GetFileAttributesW and FindFirstFileW hooks. Automatically setup when using file/directory redirections. This is to support some games that use QuickTime videos.
- stringToWidestring function in MemoryUtils
- Added Roxxe to the list of supported protections
Changed
- Improved GetVolumeInformationA logging
Fixed
- Directory redirection: fixed various bugs
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.5.0
Added
- Added Cheats support
- Added directory redirection support
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.4.1
Changed
- Updated spdlog to v1.14.1
- MemoryUtils and Patch small optimizations
- Patches: now using rva instad of virtual address
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.4.0
Added
- Memory Patches support
- MemoryUtils
Changed
- Reorganized project structure
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.3.0
Added
- RegEnumValueA hook
- Ability to pass parameters to the process to be created
Changed
- API Logger (only in Debug build) is now powered by spdlog.
- Optimized hooking engine install/uninstall.
- Optimized injector code for better performance.
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.2.1
Added
- "/WX" flag in debug builds
Fixed
- RegQueryValueExA hook: fixed various bugs + code optimizations
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.2.0
Added
- FindFirstFileA hook (currently only used in file redirection)
- RegQueryValueExA hook
- DCE is now compatible with BitPool DRM!
Changed
- Added more info on debuggers into ConfigurationDocumentation.md (thanks to @greenozon).
Fixed
- Fixed some warnings (thanks to @greenozon).
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.1.1
This is a minor release, due to a fixed crash in the debug build.
Fixed
- Crash in Debug build (API Logging)
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.1.0
Added
- GetFileAttributesA hook
- GetDiskFreeSpaceA Hook
- The debug version now features a debug prompt with logs of each intercepted API
Changed
- Refactored code for better readability.
- Various code optimizations.
- Improved project structure.
Fixed
- Bug in GetVolumeInformationA hook
MAKE SURE TO READ THE ConfigurationDocumentation.md file!
!!! DEBUG BUILD IS ONLY FOR DCEConfig DEBUGGING PURPOSES. DO NOT use for anything else. !!!
v0.0.1
First release.
PLEASE NOTE: as this is the first release of DCE it surely contains bugs.
If you find any bug, kindly open an ISSUE and I'll do my best to fix it.
MAKE SURE TO READ THE ConfigurationDocumentation.md file!