Skip to content

Armoghan-ul-Mohmin/Batch-Obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch Obfuscator

Logo

In software development, obfuscation is the act of creating source or machine code that is difficult for humans or computers to understand. Like obfuscation in natural language, it may use needlessly roundabout expressions to compose statements. Programmers may deliberately obfuscate code to conceal its purpose (security through obscurity) or its logic or implicit values embedded in it, primarily, in order to prevent tampering, deter reverse engineering, or even to create a puzzle or recreational challenge for someone reading the source code. This can be done manually or by using an automated tool, the latter being the preferred technique in industry

How it work

it works because variables in batch which doesnt have any value will be ignorred so the code will get executed as normal but for people who look at it, its difficult to understand

Run Locally

Clone the project

  git clone https://github.com/Armoghan-ul-Mohmin/Batch-Obfuscator.git

Go to the project directory

  cd Batch-Obfuscator

Install dependencies

  pip install -r requirements. txt

Start the server

  Python3 Obfuscator.py

About

Batch Obfuscator using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published