Skip to content

seal331/brandy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brandy

What is Brandy?

Brandy is a tool to analyze the copy protection mechanisms from SCO Xenix and other contemporary SCO software.

What can Brandy do?

  • Analyze encrypted files to determine the product code
  • Create new activation keys from serial number/product code pairs
  • Verify serial number/activation key pairs and extract the product code
  • Decrypt encrypted programs (without branding them)
  • Encrypt decrypted programs (without debranding them)
  • Make Xenix stop crashing so much

Compiling

Windows (untested)

Install MinGW and the development package for CMake, then run mkdir build && cmake .. && make to compile.

Linux (non-Gentoo)

Install CMake and run mkdir build && cmake .. && make.

Gentoo Linux

Set up my overlay (https://github.com/seal331/gentoo-overlay) and install app-crypt/brandy.

About

SCO Xenix copy protection analysis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.9%
  • Roff 8.5%
  • CMake 3.6%