资讯

Memory mapped files have been a part of the Win32 API, but until recently, you were restricted to using C++ or PInvoke to write code that leverages memory mapped files in your application.
I'm working on a Windows text editor using MSVC++ and WTL. One of the decisions I'm having some trouble with is how to perform I/O. I'd like to be able to ...
The first thing I need is a way to read the original source code. Although I'll begin by parsing one-liners, you'll eventually want to load larger source files, so I'll do it properly from the start.
Session 2: MMFML - Exploring How Memory-Mapped Files Hide From AV and Execute Malicious Code. Who: Parker Crook, Solutions Engineer, SentinelOne and Ben Holder, Senior Principal ...
In particular, memory mapped files need enough address space to allow a file to grow depending upon the application. Normally the space needs to be allocated, but rarely is all of it actually used.