Ryan Stortz

Results 17 issues of Ryan Stortz

Apple added a new API to export keys in sane formats. We should use it. https://developer.apple.com/reference/security/1643698-seckeycopyexternalrepresentation

The new MacBookPros have a secure display (Touchbar) and TouchID. We should investigate the applicability of this project and port this project to the new MacBooks.

100+ challenge binaries are a lot. We should make a minimized set of challenge binaries that we believe represent good variety. Not certain how we'd determine this set though...

Currently the challenge binaries do not work on WSL. WSL does not support 32bit executables. This is really a duplicate of #14.

duplicate

Many of these were written with poor 32bit assumptions like sizeof(int) == sizeof(void *). Why is 32bit even a thing anymore?

Real software doesn't have a page of random bytes mapped into every process for its entropy. We need to rewrite the challenges that use the "random page" to use a...

DARPA made up a lot of terms that are a barrier to adoption for the wider community. We need to strip this.

Write a readme that includes: - Introduction to the challenge set - Why they're cool - What you can do with them - Some example uses (e.g. linter shootout, static-analysis...

# 🗣 Context Recently (possibly in iOS 15), Apple made development and ad-hoc provisioned applications require internet service to verify the profile and certificate of the application. This isn't always...

enhancement

Rattle and ethersplay both fail to recover the control flow graph of the fomo3d contract. Analysis never finishes.