Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 446 Bytes

File metadata and controls

15 lines (9 loc) · 446 Bytes

LLDB-CommonCrypto

Some macOS programs use CommonCrypto to hide something. Maybe it is useful to capture the argumetents passed to CCCryptorCreate.

Requirement

  • mac OS

Development

To activate this project's virtualenv, run the following: pipenv shell

Future work

Capture more arguments of functions CommonCrypto has provided.