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
Would be awesome to have a parser for a list of instructions copied from dnSpy.
Current version of your patcher is great for patching small segments of code, but it really sucks when you have >50 instructions and you have to recreate them in the patcher. Would be better to have a "From clipboard" button inside the script editor.
Copy as text in dnSpy returns a string like this:
We have both indices and instructions. The only problem is to create a better type resolver or just remove stuff like "instance", "class" and replace types like "string" with "System.String" temporarly.
The text was updated successfully, but these errors were encountered:
Would be awesome to have a parser for a list of instructions copied from dnSpy.
Current version of your patcher is great for patching small segments of code, but it really sucks when you have >50 instructions and you have to recreate them in the patcher. Would be better to have a "From clipboard" button inside the script editor.
Copy as text in dnSpy returns a string like this:
We have both indices and instructions. The only problem is to create a better type resolver or just remove stuff like "instance", "class" and replace types like "string" with "System.String" temporarly.
The text was updated successfully, but these errors were encountered: