x64dbg / GleeBug

Debugging Framework for Windows.
MIT License
1.2k stars 39 forks source link

file mapping class for easy usage #2

Open mrexodia opened 8 years ago

mrexodia commented 8 years ago

CreateFileMapping and MapViewOfFile

mrexodia commented 8 years ago

should probably be part of #4

justanotheranonymoususer commented 8 years ago

Have you looked at ATL/WTL? For this ticket, CAtlFile/CAtlFileMapping exist.

mrexodia commented 8 years ago

Yea MapViewOfFile also works from the WinAPI :) On Sun, 27 Dec 2015 at 00:51, justanotheranonymoususer < notifications@github.com> wrote:

Have you looked at ATL/WTL? For this ticket, CAtlFile/CAtlFileMapping exist.

— Reply to this email directly or view it on GitHub https://github.com/x64dbg/GleeBug/issues/2#issuecomment-167371910.

justanotheranonymoususer commented 8 years ago

Well you were talking about easy usage

mrexodia commented 8 years ago

Yea, the external interface should be easy to use. Internally it doesn't really matter, I can handle some complexity :smile: On Sun, 27 Dec 2015 at 10:16, justanotheranonymoususer < notifications@github.com> wrote:

Well you were talking about easy usage

— Reply to this email directly or view it on GitHub https://github.com/x64dbg/GleeBug/issues/2#issuecomment-167396249.