Menu

Tree [r80] /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 COPYING 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 ChangeLog 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 INSTALL 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 Makefile.am 2012-09-14 someone-guy [r80] Add -Wall -Wextra to compile flags and fix most...
 NEWS 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 README 2007-12-25 sectroyer [r45] Added option to switch between two decryption e...
 asf.c 2008-02-08 sectroyer [r71] Add Index GUID and handle it properly.
 asf.h 2007-12-25 someone-guy [r44] Fix typo in comment
 asfcrypt.c 2007-12-22 sectroyer [r16] Switched to mplayers decryption code since it i...
 asfcrypt.h 2007-12-22 sectroyer [r16] Switched to mplayers decryption code since it i...
 autogen.sh 2007-09-28 sectroyer [r9] Removed static Makefile. You can now use standa...
 avemul.h 2008-01-08 someone-guy [r57] First version that works on bigendian systems
 configure.in 2012-09-14 someone-guy [r78] Remove tests that are completely useless since ...
 des.c 2007-12-22 sectroyer [r17] Add rc4 and des decryption files.
 des.h 2007-12-22 sectroyer [r17] Add rc4 and des decryption files.
 ecc.c 2007-10-04 sectroyer [r10] Added some wornings, improvements and few bug f...
 ecc.h 2007-09-27 sectroyer [r8] Fixed GPL headers.
 main.c 2012-09-14 someone-guy [r80] Add -Wall -Wextra to compile flags and fix most...
 msdrm.c 2012-09-14 someone-guy [r80] Add -Wall -Wextra to compile flags and fix most...
 msdrm.h 2012-09-14 someone-guy [r79] Remove unnecessary include.
 rc4.c 2007-12-22 sectroyer [r17] Add rc4 and des decryption files.
 rc4.h 2007-12-22 sectroyer [r17] Add rc4 and des decryption files.

Read Me

Currently FreeMe2 support three options: v,s and 2. Any combination of those is valid.
v - verbose mode
s - ask for SID
2 - use FreeMe2 orignal decryption engine (by default we use MPlayers one).

Example configurations:
Decrypt file;
./FreeMe2 some_file
Decrypt file in verbose mode;
./FreeMe2 -v some_file
Decrypt file but force program to ask for sid;
./FreeMe2 -s some_file
Decrypt file but force program to ask for sid in verbose mode;
./FreeMe2 -vs some_file
Decrypt file but force program to ask for sid in verbose mode using FreeMe2 decryption engine.
./FreeMe2 -vs2 some_file
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.