ultrazvukoff on 2025-08-06 17:14:
the point is, it doesn't even open, and it says um... try again?
Boozy on 2025-08-07 00:52:
Ye umm...try again!!mean you didn't fullfil the requirements of the application,maybe you have to do some static analysis ig.when the requirements are fulfilled it prints a succes message.
nightxyz on 2025-08-07 08:30:
I think any jpeg file which name is "~~~.jpeg" in the same folder is enough to get the success message.
CyberCofeeCat on 2026-02-15 19:42:
[Click to reveal]TODO:
Download a real JPEG → rename it to abc.jpeg (3 chars + .jpeg)
Run under x64dbg → set breakpoint on memcmp (or vcruntime140!memcmp)
When breakpoint hits, check arguments:
RCX = pointer to computed 3-byte value
RDX = pointer to file base name (e.g., "abc")
R8 = length (should be 3)
Follow RCX in Dump and read the first 3 bytes (often printable ASCII).
Rename the file to <those 3 chars>.jpeg.
Run again → should print dayummm