I successfully reversed a Windows x64 program using x64dbg. However, when I try to debug it on any other PC, it won't work, and I get the following message:
"You are not allowed to use this in your current environment."
I'm wondering why it works on my computer but not on others. Any thoughts on how to compare two different computers to troubleshoot this issue?
What I've tried so far:
- Using ScyllaHide to hide the debugger.
- Changing the compatibility mode on the executable.
- disabling UAC.