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

SupInit failed <c000003b> #44

Open
a1105124657 opened this issue May 26, 2022 · 2 comments
Open

SupInit failed <c000003b> #44

a1105124657 opened this issue May 26, 2022 · 2 comments

Comments

@a1105124657
Copy link

这个错误,是不是我没安装vbox导致的呢?

@9176324
Copy link
Owner

9176324 commented Jun 23, 2022

不需要安装vbox 关闭系统自带的杀毒就行了

@a1105124657
Copy link
Author

我今天稍微修改了一下,但是会出现,运行一会死机的情况;修改的内容如下:
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();
只要打开文件夹,立马就死机了,调试还不好跟踪,这种情况大概是什么原因呢?

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

2 participants