Advanced python : obfuscation

Advanced python : obfuscation

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 16 lectures (0h 33m) | 219 MB

Hide the code like a genius

My name is Adnane Arrassen I have more than a half decade of experience in python programming and freelancing and I will be your teacher!

In this course, you will learn advanced techniques for obfuscating Python code to make it more difficult to reverse engineer or understand. Obfuscation is a useful tool for protecting the intellectual property of your code, especially in situations where you want to distribute your code without revealing its inner workings.

This course is designed for experienced Python developers who are familiar with the basics of Python programming and are looking to take their skills to the next level. We will cover a range of advanced topics, including code obfuscation techniques, code minification, and the use of encoders.

Throughout the course, you will have the opportunity to work on practical projects and exercises to help you apply what you have learned. By the end of the course, you will have a solid understanding of how to effectively obfuscate Python code and protect your intellectual property.

To get the most out of this course, it is important that students have a strong foundation in Python programming. Specifically, students should be familiar with the following concepts:

Basic Python syntax and data types: Students should be able to write basic Python programs and use common data types such as strings, lists, and dictionaries.

Object-oriented programming: Students should have a basic understanding of object-oriented programming concepts, including classes, inheritance, and polymorphism.

File manipulation: Students should be able to read and write to files using Python, as well as handle exceptions and errors.

Debugging: Students should be able to use tools such as print statements and the Python debugger to identify and fix errors in their code.

In addition to these technical skills, students should also have good problem-solving skills and be comfortable with self-directed learning.

What you’ll learn

  • Advanced Python obfuscation techniques
  • Advanced Python obfuscation tools
  • Advanced Python licencing techniques
Table of Contents

Introduction
1 Introduction
2 What is obfuscation
3 What Obfuscation Looks Like

Obfuscation of a string
4 What is a String in Python
5 Ord and Chr
6 Xor Bitwise Operation
7 Hash the Simple Integrety Check
8 Base64 Binary to String
9 RSA Encryption
10 Obf of Str Example

Obfuscation of execution
11 Intro
12 Namming the Function and Variable
13 Exec, Eval and Compile
14 Script to Executable
15 Obf of Exec Exemple
16 Licensing Server

Homepage