Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Custom crypto" sample #13

Merged
merged 9 commits into from
Dec 21, 2017
Merged

"Custom crypto" sample #13

merged 9 commits into from
Dec 21, 2017

Conversation

v-p-b
Copy link

@v-p-b v-p-b commented Dec 17, 2017

I created a small sample to play with ripr. The analyzed binary is based on this RC4 code:

https://gist.github.com/rverton/a44fc8ca67ab9ec32089

I added a static XOR step to make it a "non-standard" implementation and to see how static obfuscation keys can be handled by ripr.

My goal is to do a writeup based on this experiment, to document the process of using ripr to create standalone implementations of custom obfuscators/crypto. At the current state the ripr code successfully replicates the output of the original binary, but I wonder if the authors can add their comments to highlight some best practices, easier/better solutions.

@pbiernat pbiernat merged commit d5e9168 into pbiernat:master Dec 21, 2017
@pbiernat
Copy link
Owner

Hey, thanks for taking the time to make an in-depth usage sample like this!

I saw your writeup this morning; I'll try to take a closer look at ripr itself to see if I can improve/automatically resolve some of the issues you ran into along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants