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

Frida script for tracing Common Crypto functions [Enhancement Request] #153

Open
theSha1chemist opened this issue Apr 13, 2017 · 1 comment

Comments

@theSha1chemist
Copy link

theSha1chemist commented Apr 13, 2017

Enhancement

Frida script for tracing Common Crypto functions, including the function arguments and return values

Expected behaviour

For example:

CALLED C CCCrypt
arguments =   
alg = 
dataIn =
dataOut = 
dataOutAvailable = 
iv = 
key = 
op = 
options = 
	
returnValue =

Functions calls to be included:

  • CCCryptor: CCCryptor*
  • Common Digest: CC_*
  • CCHMAC: CCHmac*
  • CCKeyDerivationPBKDF: CCkey*
  • LibC: rand(), random()
  • PKCS12: SecPKCS12Import()
@marco-lancini marco-lancini changed the title Frida script for tracing Common Crypto functions, including the function arguments and return values [Enhancement Request] Frida script for tracing Common Crypto functions [Enhancement Request] Jul 26, 2018
@evandrix
Copy link

evandrix commented Jan 6, 2020

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

No branches or pull requests

3 participants