-
Notifications
You must be signed in to change notification settings - Fork 12
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
System.NullReferenceException #1
Comments
Can you check if the "create" factory has a condition for the type its trying to create? If its possible to upload the executable, i can have a closer look. |
This bug is very strange. It seems to only effect certain applications. Seemingly ones with Types that gave generics. The checks in the create method statements always evaluate to false despite the compiled code and debugger showing that this should be true. Ive created a separate branch for this with my attempts so far. Help is much appreciated. |
https://mega.nz/#!zqhQiKrK!1rkNrlkuham5paXVT_kGQ6fLWp0TAaSjwFV7udCANLM this was obfuscated with non-modded confuserex btw only protection on is typescrambler i found this only happens with vb.net programs as if i try it on a c# program it errors on something else which il make a issue on after this is resolved |
@BahNahNah is the bug/issue fixed ? |
The issue is you cant store the result of I actually did fix it, but in someone elses computer that i dont have access to anymore. I now work full time so dont have a lot of time. This project has been bugging me for weeks so i will get around to fixing it at some point hopefully. |
when encrypting my executable with just typescrambler it crashes with this error
The text was updated successfully, but these errors were encountered: