CryptoKnight icon indicating copy to clipboard operation
CryptoKnight copied to clipboard

Multi-Threaded Synthesis

Open gregdhill opened this issue 7 years ago • 0 comments

The framework currently traces binaries linearly which is an inherently slow process. Compilation is relatively fast, but tracing each binary with Intel's PIN framework is by far the largest overhead. If possible, multi-threading this procedure would extensively speed up the time needed to generate a larger dataset.

gregdhill avatar Oct 05 '18 12:10 gregdhill