Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eventlog service patching does not support win8.1 64bit #189

Open
Speedi13 opened this issue Feb 11, 2019 · 1 comment
Open

eventlog service patching does not support win8.1 64bit #189

Speedi13 opened this issue Feb 11, 2019 · 1 comment

Comments

@Speedi13
Copy link

For somereason it only supports x86 (32bit) win8 & win8.1

The following code just needs to be added for win8.1 support.
I tested it works on x86_64 (64bit) win8.1 and WinServer2012R2
https://github.com/gentilkiwi/mimikatz/blob/master/mimikatz/modules/kuhl_m_event.c#L26

BYTE PTRN_WN63_Channel__ActualProcessEvent[]	= {0x48, 0x8B, 0xC4, 0x57, 0x48, 0x83, 0xEC, 0x50, 0x48, 0xC7, 0x40, 0xC8, 0xFE, 0xFF, 0xFF, 0xFF, 0x48, 0x89, 0x58, 0x08, 0x48, 0x89, 0x68, 0x10, 0x48, 0x89, 0x70, 0x18};

https://github.com/gentilkiwi/mimikatz/blob/master/mimikatz/modules/kuhl_m_event.c#L34

{KULL_M_WIN_BUILD_BLUE,		{sizeof(PTRN_WN63_Channel__ActualProcessEvent),	PTRN_WN63_Channel__ActualProcessEvent},	{sizeof(PATC_WNT6_Channel__ActualProcessEvent), PATC_WNT6_Channel__ActualProcessEvent}, {  0}},

It would be cool if that gets added to mimikatz, it's an awesome tool thank you for that 😃 .

@Speedi13
Copy link
Author

I made a pull request for that
#190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant