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

Firefox crashes on startup #1

Open
offhub opened this issue Jul 19, 2023 · 0 comments
Open

Firefox crashes on startup #1

offhub opened this issue Jul 19, 2023 · 0 comments

Comments

@offhub
Copy link

offhub commented Jul 19, 2023

Will crash with default config:

[sbiextra]
ShowDebugInfo=0
NtOpenProcess=1
NtReadVirtualMemory=1
NtQuerySystemInformation=1
CreateToolhelp32Snapshot=1
BlockInput=1
InternalGetWindowText=1
GetWindowTextA=1
GetWindowTextW=1
SendMessageA=1
SendMessageW=1

If I enable ShowDebugInfo or disable NtOpenProcess it works.

ShowDebugInfo=1

[sbiextra]
ShowDebugInfo=1
NtOpenProcess=1
NtReadVirtualMemory=1
NtQuerySystemInformation=1
CreateToolhelp32Snapshot=1
BlockInput=1
InternalGetWindowText=1
GetWindowTextA=1
GetWindowTextW=1
SendMessageA=1
SendMessageW=1

OR

NtOpenProcess=0

[sbiextra]
ShowDebugInfo=0
NtOpenProcess=0
NtReadVirtualMemory=1
NtQuerySystemInformation=1
CreateToolhelp32Snapshot=1
BlockInput=1
InternalGetWindowText=1
GetWindowTextA=1
GetWindowTextW=1
SendMessageA=1
SendMessageW=1
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