microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
9.74k stars 791 forks source link

Patching a 32-bit image with `minject` doesn't tell you to use `minject32`. #880

Open AffectedArc07 opened 2 months ago

AffectedArc07 commented 2 months ago
C:\Users\AffectedArc07\Documents\_tmp\mimalloc\bin>minject dd.exe
error: use 'minject' for rewriting 32-bit PE images.

Should be error: use 'minject32' for rewriting 32-bit PE images.

daanx commented 2 months ago

Thanks -- I'll fix that.