• XSS.stack #1 – первый литературный журнал от юзеров форума

python crypter ?

3c2n90yt57489t3y8794

RAID-массив
Пользователь
Регистрация
01.09.2020
Сообщения
66
Реакции
5
Hi, do you know if it's possible to crypt a python file and then convert it to an executable windows file? I'm looking for python crypter for this aim but I've found only one interesting crypter on github. Do you know any other resource or source code where I can learn? Is it possible to make a python source hard to reverse?
 
Пожалуйста, обратите внимание, что пользователь заблокирован
You can try using https://nuitka.net/ - it pretty much makes a C++ out of your Python, so there shouldn't be any bytecode in your final executable.
 
You can try using https://nuitka.net/ - it pretty much makes a C++ out of your Python, so there shouldn't be any bytecode in your final executable.
Было бы интересно узнать, криптуется ли конечный файл. Я пробовал только протекторы типа темиды, там работало, а обычные крипторы не довелось испытать
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Было бы интересно узнать, криптуется ли конечный файл. Я пробовал только протекторы типа темиды, там работало, а обычные крипторы не довелось испытать
Без понятия, но как бы это уже нативный код, его то всяко сложнее анализировать, чем достать байткод из пиинсталлера и декомпилировать готовой тулзой практически до оригинальногт состояния. Можно еще С++ сорсы сверху накрыть обфускатором при желании.
 
You could consider modifying the Python VM you're using. Simple changes to the opcodes will serve as a functional equivalent in many cases. Then you would need to bundle it up in an application which embeds the modified interpreter. This is a good tutorial on how to do something like this to better protect your intellectual property: https://medium.com/tenable-techblog/remapping-python-opcodes-67d79586bfd5
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх