# Themidie **Repository Path**: delete_user/Themidie ## Basic Information - **Project Name**: Themidie - **Description**: x64dbg plugin to bypass Themida 3.x Anti-Debugger / VM / Monitoring programs checks (x64) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Themidie - /!\ For educational purposes only /!\ x64dbg plugin to bypass Themida 3.x Anti-Debugger / VM / Monitoring programs checks (64bits only) - [x64dbg](https://github.com/x64dbg/x64dbg) - [DLL injection](https://en.wikipedia.org/wiki/DLL_injection) ([LoadLibrary](https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibrarya)) - Hooks ([MinHook](https://github.com/TsudaKageyu/minhook)) ### Usage - Download the [latest version](https://github.com/VenTaz/Themidie/releases/latest) of Themidie and extract Themidie.dll and Themidie.dp64 to x64dbg's plugins folder - Download the [latest version](https://github.com/x64dbg/ScyllaHide/releases/latest) of ScyllaHide and extract HookLibraryx64.dll and ScyllaHideX64DBGPlugin.dp64 to x64dbg's plugins folder ![](Images/plugins.png) - Start x64dbg, click on the plugins tab, go to ScyllaHide -> Options ![](Images/scylla_options.png) - Disable everything, enable "Kill Anti-Attach" only and click on the "OK" button ![](Images/scylla_kill_anti_attach.png) - Go back to the plugins tab, go to Themidie -> Start, then select and open the executable that you want to debug ![](Images/themidie_start.png) - When this MessageBox will apear, you will be able to attach x64dbg to the target process and debug it. ![](Images/themidie_messagebox.png) ### Hooks Themidie hooks the following functions: | Module | Function name | - | - | kernel32.dll | [GetModuleHandleA](https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getmodulehandlea) | user32.dll | [FindWindowA](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowa) | Advapi32.dll | [RegOpenKeyA](https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regopenkeya) | Advapi32.dll | [RegQueryValueExA](https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regqueryvalueexa) | ntdll.dll | [NtSetInformationThread](https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntsetinformationthread) | ntdll.dll | [NtQueryVirtualMemory](https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntqueryvirtualmemory) ### Limitations Themidie only works for x64 executables, tested on various Themida 3.x+ versions, Windows 10 2004, latest x64dbg and ScyllaHide versions. #### Contact Discord: VenTaz#8766 or email: support@hactify.ru