Skip to content

mcbSolutions/drmdecrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drmdecrypt

Synopsis

This is a UNIX(c) Port of the DRMdecrypt i found somewhere on the net. It is capable of extracting the encryption key from the .mdb file and decrypts the .srf to a standard transport stream format.

Working but slooooowwww.

Building

There is no Makefile at the moment. You will need a C-Compiler

  • gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c aes.c -o aes.o
  • gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c DRMDecrypt.c -o DRMDecrypt.o
  • gcc -o drmdecrypt aes.o DRMDecrypt.o

ToDo

  • Fancy output (progressbar, etc.)
  • Speedup of decryption (ASM, CPU assisted)

About

drmdecrypt for Samsung LED TV (Unix Port)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.3%
  • Python 0.7%