rcrypt 1.3
Added functionality:
– breaks certain automated analysis engines
– added polymorphism to various other existing functionlities
If you don’t know what rcrypt is check out the original post
md5 sum: 80cc3105b0f035daa0cd19e85bc7c379
sha1 sum: 345fb729fcda1ef5bf004869abc1634092685718
archive pw: 0xrage.com
Any chance of open sourcing this on github for novices to check out the code, etc?
is there posibbility of adding EOF file prservation to the rcrypt
rcrypt encrypts code/data sections but should leave the EOF data alone if present. I haven’t explicitly checked this so I could be wrong. Have you verified that your program is able to read data from the expected offsets? If you hardcoded offsets based on filesize you will need to account for the change in size after packing.
I’ve just whipped up a quick test and verified EOF data is encrypted. I’ll consider releasing 1.4 with that added along with a few other small changes. Thanks.
I’ve finished prototyping and initial testing of the changes I made for EOF preservation support. This will be released with a few other slight internal changes to help make this a more “full release version” as soon as the other parts are completed. Thanks for the suggestion!