Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 281 Bytes

File metadata and controls

11 lines (9 loc) · 281 Bytes

Reverse Engineering

We decompiled a secret algorithm. Unfortunately, all identifiers have been lost during compilation – can you identify the algorithm?

DWORD _( DWORD __)
{
    const DWORD ___ = !NULL;
    return __ > ___ ? _(__ - ___) + _(__ - (___ + ___)) : ___;
}