Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

I am delete "VendorLicensing" from Initialize, after check how work bool variable "ShowStartupMessages",

and change "value" to "false" on "set" line. That all I do on that dll.

Posted
I am delete "VendorLicensing" from Initialize, after check how work bool variable "ShowStartupMessages",

and change "value" to "false" on "set" line. That all I do on that dll.

 

thank you for your reply

I understand the first part as for the licensing

but what does the ShowStartupMessage got to do with the license?

and how in the world do you change it to false there's no reference to false in reflexil

thank you

Posted (edited)
As I see, license begin to work after ShowStartupMessage = true, so I change it to false at the begining and license not performed (as I understand during 5-10 min, when looking into code. It may be wrong, but it work in aplication on that dll). To educating I mostly use dnSpy, coz find it more usefull. You can chose interested line or area, right click and change IL instructions more simple way, than via another programm. It all IMHO :) Edited by Kit
Posted
As I see, license begin to work after ShowStartupMessage = true, so I change it to false at the begining and license not performed (as I understand during 5-10 min, when looking into code. It may be wrong, but it work in aplication on that dll). To educating I mostly use dnSpy, coz find it more usefull. You can chose interested line or area, right click and change IL instructions more simple way, than via another programm. It all IMHO :)

 

WOW now I see what you mean, dnSpy rocks, nothing to compare with the others

and I can change the code within as usual, just amazing

 

tell me, do you know by any chance how to reverse the dll back to cs???

Posted
WOW now I see what you mean, dnSpy rocks, nothing to compare with the others

and I can change the code within as usual, just amazing

 

tell me, do you know by any chance how to reverse the dll back to cs???

 

You can use ExportAssemblySourseCode in Net Reflector or SaveCode on DnSpy.

After put cs files in indicator folder NT and compile it, in most cases you will see lot of

errors, so you will need to correct it.

I prefer Net Reflector or some times combine it. And in most cases you can't change code via "change C code", only from IL editor

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...