Decrypt Tools 1.0.0 (Include Src)
- Encrypt/Decrypt files skilldata_enc.txt in Media.pk2
- I upgraded from the original source tool SRODecrypt
- Everyone check my source, to improve the standard source, because I'm learning c ++ language
Download (Bin + Src): https://mega.co.nz/#!Vl0T3Azb!aS_1AX...SDFOUG1-d11PgA
[+] Virut Check:
http://virusscan.jotti.org/vn/scanre...2de8fb9c124bd3
https://www.virustotal.com/vi/file /...is/1373844191/
Re: Decrypt Tools 1.0.0 (Include Src)
Re: Decrypt Tools 1.0.0 (Include Src)
Quote:
Originally Posted by
kelly2009
Features: Encrypt/Decrypt files skilldata_[x]enc.txt in Media.pk2
I upgraded from the original source tool SRODecrypt
Include source code in the file .7 zip
Everyone check my source, to improve the standard source, because I'm learning c ++ language
:)::)::)::)::):
Link :
Decrypt_Version_1.0.0.7z
Post virustotal results otherwise your thread is going to be removed.
Re: Decrypt Tools 1.0.0 (Include Src)
Everyone please comment on source code
I want to hear the comments of the experts on the C++ source code that I've upgraded. Because it will help me improve knowledge. :love:
Re: Decrypt Tools 1.0.0 (Include Src)
add my skype
ahme_tota449
Re: Decrypt Tools 1.0.0 (Include Src)
Quote:
Originally Posted by
egsro
add my skype
ahme_tota449
You talk to me in this forum.
Sorry I do not use skype
Do you have any comments about the source please notify me, I need comments to help improve this source
If error src or syntax errors in the source code
Regarding decrypt - encrypt, lock - unlock the file, it worked very well.
Sorry, I speak English, not good.
Re: Decrypt Tools 1.0.0 (Include Src)
Re: Decrypt Tools 1.0.0 (Include Src)
Edit the source
"char offset [] = {0x0d, 0x00, 0x0a, 0x00, 0x2f, 0x00, 0x2f, 0x00, 0x65, 0x00, 0x6e, 0x00, 0x63, 0x00, 0x72, 0x00, 0x79, 0x00, 0x70, 0x00, 0x74, 0x00}"
change to
"unsigned char offset [] = {0x0d, 0x00, 0x0a, 0x00, 0x2f, 0x00, 0x2f, 0x00, 0x65, 0x00, 0x6e, 0x00, 0x63, 0x00, 0x72, 0x00, 0x79, 0x00, 0x70, 0x00, 0x74, 0x00}"
For use ASCII I think should use unsigned char.