Skip to content

kbakdev/Python---obfuscation-and-reverse-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python---obfuscation-and-reverse-engineering

python3

The code is executed in two steps:

  1. Rewriting the code and recording jump positions, as well as creating a map of the original addresses of the instructions to the addresses valid after the changes.
  2. Correction of parameters of the noted jump instructions using the created map.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages