You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you use most kernel functions since any driver loaded by xigmapper is technically unsigned? I have a simple rw driver that uses shared memory to communicate with a usermode program that I tested using SinMapper in the past and it works great. The issue I have with xigmapper is trying to use such functions (creating shared memory and spawning kernel threads) just gives me Access Denied (hex 0x000008 or something like that), how can this be fixed?
The text was updated successfully, but these errors were encountered:
How do you use most kernel functions since any driver loaded by xigmapper is technically unsigned? I have a simple rw driver that uses shared memory to communicate with a usermode program that I tested using SinMapper in the past and it works great. The issue I have with xigmapper is trying to use such functions (creating shared memory and spawning kernel threads) just gives me Access Denied (hex 0x000008 or something like that), how can this be fixed?
The text was updated successfully, but these errors were encountered: