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
{{ message }}
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
1.)
The SLN file does not open after double clicking it. (I have VS2010 installed)
2.)
There is something wrong in the line
moduleHnd = * (IntPtr * )(&hnd);
in Line 83 in AntiTemper.jit.cs which prevents the project from compiling on VS 2010.
I get "Cannot take the address of, get the size of, or declare a pointer to a managed type"
I suppose this must be replaced with Marshal.ReadIntPtr(..)
3.)
Project dnlib is unavailable
4.)
Why isn't there a compiled EXE in the downloaded ZIP file to test this project rapidly without struggling with the several compiler errors?
5.)
288 open issues, some of them are open since 2014.
Summary: This project is quite dead. I have to invest a lot of time to get this compiled and I don't even know if it is worth the time.
The text was updated successfully, but these errors were encountered:
1.)
The SLN file does not open after double clicking it. (I have VS2010 installed)
2.)
There is something wrong in the line
moduleHnd = * (IntPtr * )(&hnd);
in Line 83 in AntiTemper.jit.cs which prevents the project from compiling on VS 2010.
I get "Cannot take the address of, get the size of, or declare a pointer to a managed type"
I suppose this must be replaced with Marshal.ReadIntPtr(..)
3.)
Project dnlib is unavailable
4.)
Why isn't there a compiled EXE in the downloaded ZIP file to test this project rapidly without struggling with the several compiler errors?
5.)
288 open issues, some of them are open since 2014.
Summary: This project is quite dead. I have to invest a lot of time to get this compiled and I don't even know if it is worth the time.
The text was updated successfully, but these errors were encountered: