void-stack / VMUnprotect

VMUnprotect can dynamically log and manipulate calls from virtualized methods by VMProtect.
MIT License
435 stars 113 forks source link

string with $ error #1

Closed ghost closed 2 years ago

ghost commented 2 years ago

I am using vs 2012 and source contains $ so

how can I fix that?

Screenshot_129

void-stack commented 2 years ago

Hello, I highly recommend updating your environment since this was introduced in C# 6. http://redspa.uk/blog/post/1029/interpolated-strings-c-sharp

ghost commented 2 years ago

Hello, I highly recommend updating your environment since this was introduced in C# 6. http://redspa.uk/blog/post/1029/interpolated-strings-c-sharp

I cannot use c# 6.0 due my visual studio version max 5.0 is there anyway to download this version?

ghost commented 2 years ago

Nope fixed with string.Format and can you share a release?

void-stack commented 2 years ago

I'm going to add a release once I'm happy with the basic features and compatibility. Now I'm planning minor changes to the code to make it more reliable to others. I'll compose a TODO list soon.