Midv-075 !!top!!

MIDV-075 is an identity-document image dataset from the MIDV (Mobile ID Document) series designed for research in document detection, recognition (OCR), layout analysis, and document authentication under unconstrained imaging conditions. It contains photos of identity documents captured with mobile devices across various backgrounds, lighting, and viewpoints to support algorithm development for real-world mobile document processing.

| Address | Function | Purpose | |---------|----------|----------| | 0x400610 | main | Parses CLI args → calls calculate → print_result . | | 0x400680 | calculate | Performs a op b using a simple switch . Returns a 64‑bit signed integer. | | 0x400710 | print_result | printf("%ld\n", result); | | 0x401030 | __libc_start_main (PLT) | Standard entry. | | 0x401050 | printf@plt | Used by print_result . | | 0x401060 | puts@plt | Not used directly, but present. | | 0x401080 | system@plt | Resides in PLT, will be our final ROP target. | | 0x4010a0 | exit@plt | Called after printing. | MIDV-075