Skip to content

Releases: Luca1991/DiscCheckEmu

v0.4.0

24 Apr 20:11
ce946d5
Compare
Choose a tag to compare

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

13 Apr 12:48
f624ab6
Compare
Choose a tag to compare

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

22 Mar 20:17
Compare
Choose a tag to compare

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

20 Mar 21:18
3665d25
Compare
Choose a tag to compare

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

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

07 Mar 19:21
Compare
Choose a tag to compare

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

07 Mar 18:38
Compare
Choose a tag to compare

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

19 Feb 22:08
a4c3ba4
Compare
Choose a tag to compare

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!