-
ExtendedTools - incorrect read GPU details.
If user press System Info - GPu - Details button then:
1) value read is partial (tested Windows 7 SP11 x64 and Windows 10 LTSC)
![1](https://user-i…
-
i got DRIVER_IQRL_NOT_LESS_OR_EQUAL in windows 10 10586, resolved by replace this code for SpaceAMD64.c :
```
#define MiGetPxeAddress(va) \
((PMMPTE)PXE_BASE + MiGetPxeOffset(va))
#defin…
-
https://github.com/cheat-engine/cheat-engine/commit/1a1bf0c7bff32a8d9aa987f8e8711cdda187c02f#diff-250a67a1eed6b517b69829e403b55725R546
undocument RtlInitUnicodeString(&test, L"NtProtectVirtualMemor…
-
```
NTSYSAPI
NTSTATUS
NTAPI NtQueryDirectoryFileEx(
_In_ HANDLE FileHandle,
_In_opt_ HANDLE Event,
_In_opt_ PIO_APC_ROUTINE ApcRoutine,
_In_opt_ PVOID ApcContext,
_Out_ PIO_STATUS_BLOCK I…
-
Checklist
---------
- [X] I looked at https://github.com/pbatard/rufus/wiki/FAQ to see if my question has already been answered.
- [X] I performed a search in the issue tracker for similar iss…
-
Hello,
I was wondering why both Olly and x64dbg still require the NtApiCollection.ini though you wrote you got rid of it. A file / folder compare of the ScyllaHide_2019-05-23_00-18 and the ScyllaHi…
-
As the name suggest, I'm building Hangover on the Pinebook Pro and I'm getting the following error:
```Wine build complete.
make[1]: Leaving directory '/home/pak0st/Downloads/hangover/build/wine-gue…
-
I complied the driver and created 2 x64/x86 dlls that just call to OutputDebugString on process attach.
I get injection **successful message** in DebugView but nothing is printed in the DebugView tha…
-
The following functions defined in phnt are present in SDK:
## ntdbg.h
- #### minidrv.h
```
DbgBreakPoint
DbgPrint
```
## ntrtl.h
- #### ip2string.h
```
RtlIpv4StringToAddressW
…
-
Hello,
I am trying to use your framework to learn kernel exploit development. The first thing I am trying to do is to get the base address of notepad++.exe but I can't seem to get it working. Do you …