Skip to content

Commit b3ea939

Browse files
committed
Minor update.
1 parent 3e75f04 commit b3ea939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Console/Console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ int _tmain(int nArgsCount, PTCHAR* pArgs, PTCHAR* pEnvVars) {
510510
T.ChangeColorPalette(COLOR::COLOR_YELLOW, 0xFFFF00);
511511
T.ChangeColorPalette(COLOR::COLOR_WHITE, 0xFAFAFA);
512512

513-
tclrprintf(COLOR::COLOR_WHITE, _T("OreansConsole [Version 1.0.0] ([email protected])\n\n"));
513+
tclrprintf(COLOR::COLOR_WHITE, _T("OreansConsole [Version 1.0.1] ([email protected])\n\n"));
514514

515515
TCHAR szMainFileName[16];
516516
memset(szMainFileName, 0, sizeof(szMainFileName));

Library/dllmain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ void __stdcall VM_Hook(unsigned char unIndex, unsigned int* pData) {
499499
}
500500

501501
default: {
502-
//pVM(unIndex, pData);
502+
pVM(unIndex, pData);
503503

504504
clrprintf(COLOR::COLOR_RED, "[+] CallMacro (ID=0x%02X)\n", unMacroIndex);
505505
clrprintf(COLOR::COLOR_RED, "[+] Data: %08X (%08X)\n", pMacroResult, *pMacroResult);
@@ -687,7 +687,7 @@ DWORD WINAPI MainRoutine(LPVOID lpThreadParameter) {
687687

688688
g_pSelf = GetModuleHandle(nullptr);
689689

690-
clrprintf(COLOR::COLOR_WHITE, "OreansCrack [Version 1.0.0] ([email protected])\n\n");
690+
clrprintf(COLOR::COLOR_WHITE, "OreansCrack [Version 1.0.1] ([email protected])\n\n");
691691
clrprintf(COLOR::COLOR_WHITE, "[OreansCrack] Loading... ");
692692

693693
HMODULE hNTDLL = GetModuleHandle(_T("ntdll.dll"));

0 commit comments

Comments
 (0)