Turn Python Code Into Hidden Images With Subdora And Set Expiration Time

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 5

  • @bechirzouaoui5821
    @bechirzouaoui5821 7 หลายเดือนก่อน

    Can this obfuscation algorithm be reverse-engineered?
    Is it relabel to use on my project?

    • @top5things895
      @top5things895  7 หลายเดือนก่อน +3

      Any obfuscation library significantly complicates reverse engineering by transforming the source code into a more complex form. While the assembly code remains visible, obfuscatoin libraries uses techniques greatly increase the difficulty and effort required to reverse engineer it. Absolute security isn't guaranteed if you are providing source code to end user / (hacker)
      final verdict : if code obfuscated with subdora or any library ends up into wrong hand , they only able to see the assembly code running on cpu
      hope this helps

    • @bechirzouaoui5821
      @bechirzouaoui5821 7 หลายเดือนก่อน

      Thank you for your reply. I am preparing to launch a PySide6 application to the public. Due to the LGPL license of PySide6, I am required to make the source code available to my users, enabling them to recompile it and view the library itself. To protect my work, I am considering using obfuscation methods on my source code. Additionally, I will provide an executable version of the application for users. I hope that this approach will minimize the risk of reverse engineering and protect my hard work.

    • @top5things895
      @top5things895  7 หลายเดือนก่อน +1

      @@bechirzouaoui5821 all the best