ModUtils icon indicating copy to clipboard operation
ModUtils copied to clipboard

Modding utils used in most of my projects. Mostly for internal use, but feel free to make use of those!

Results 2 ModUtils issues
Sort by recently updated
recently updated
newest added

* Allow allocation at end of free pages, such that regions over 2GB in size that are in sufficient proximity can be allocated inside. * Allow allocation / start search...

Look into [std::make_unique](https://en.cppreference.com/w/cpp/memory/unique_ptr/make_unique) for inspiration.