Jump to content

How To Protect your Client against Python Injectors


Denis

Recommended Posts

Tools needed: http://mh-nexus.de/en/hxd/
 
I have seen that many people are using the python file extractor to steal from other people their work.I don't think it's nice so I found one fix.
 
The main function that executes the python injector is PyRun_SimpleFile, PyRun_SimpleString.

 

We open at HxD the python22.dll and we change the 2 functions that I said.

 

If you want to protect the python22.dll from read you can try to pack it with mpress.(Untested but I think it will work.)

 

After doing that, you can add also a md5 check to the python22.dll because someone maybe try to change the python22.dll with another one where the functions are not modified.

 

Regards.

  • Metin2 Dev 1
  • Good 1
  • Love 15
Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 7 months later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.