We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个错误,是不是我没安装vbox导致的呢?
The text was updated successfully, but these errors were encountered:
不需要安装vbox 关闭系统自带的杀毒就行了
Sorry, something went wrong.
我今天稍微修改了一下,但是会出现,运行一会死机的情况;修改的内容如下: 1、Makefile文件修改了编译入口点为“DriverEntry”:PROJLOPTS = /SUBSYSTEM:NATIVE /ENTRY:DriverEntry /DEF:$(PROJ).def 2、Shark.c文件添加代码: NTSTATUS DriverEntry(PDRIVER_OBJECT pPDriverObj, PUNICODE_STRING pRegistryPath) { PLDR_DATA_TABLE_ENTRY64 entry = (PLDR_DATA_TABLE_ENTRY64)pPDriverObj->DriverSection; KernelEntry((PVOID)entry->DllBase, CmdReload | CmdPgClear, NULL, NULL); return STATUS_SUCCESS; } 3、Shark.c文件 ReloadSelf 函数 注释代码://GsInitialize(); 只要打开文件夹,立马就死机了,调试还不好跟踪,这种情况大概是什么原因呢?
No branches or pull requests
这个错误,是不是我没安装vbox导致的呢?
The text was updated successfully, but these errors were encountered: