Metick / DMALibrary

Simple but extensive library for DMA users, made for gamehacking
MIT License
348 stars 75 forks source link

Fixed the improper initializing of std::unique_ptr #4

Closed FiveZeroTwo closed 10 months ago

FiveZeroTwo commented 10 months ago

Fixed the improper initializing of std::unique_ptr which was causing "CRT detected the application wrote to memory after end of heap buffer"

Metick commented 10 months ago

Thank you, I had already done this on my own source but never ported it over to the public one haha