Jump to content

CDA_VolumeProfile_v245.5


shickman

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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???

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...