Search found 4 matches

by Usipusi
Wed Dec 23, 2020 5:14 pm
Forum: InpOut32 (x64)
Topic: MapPhysToLin C# example
Replies: 6
Views: 9719

Re: MapPhysToLin C# example

Thank you very much for the information.
I really hope that MS policy never affects your project.
Happy upcoming holidays :)
by Usipusi
Wed Dec 23, 2020 11:23 am
Forum: InpOut32 (x64)
Topic: MapPhysToLin C# example
Replies: 6
Views: 9719

Re: MapPhysToLin C# example

All functions work and even this one (Latest Win10). This is good news. By the way, Winring is not able to read physical memory even if you use #define _PHYSICAL_MEMORY_SUPPORT and recompile DLL. Your project is unique. [DllImport("inpoutx64.dll", EntryPoint = "MapPhysToLin", Cal...
by Usipusi
Mon Dec 21, 2020 6:56 pm
Forum: InpOut32 (x64)
Topic: MapPhysToLin C# example
Replies: 6
Views: 9719

Re: MapPhysToLin C# example

The example does not contain the function I am asking about, so I wrote to the forum.
by Usipusi
Mon Dec 21, 2020 11:35 am
Forum: InpOut32 (x64)
Topic: MapPhysToLin C# example
Replies: 6
Views: 9719

MapPhysToLin C# example

Hi Mate! I can't find an example of how to properly export functions in C#... [DllImport("inpoutx64.dll", EntryPoint = "MapPhysToLin", CallingConvention = CallingConvention.StdCall)] [return: MarshalAs(UnmanagedType.LPArray)] private static unsafe extern byte* MapPhysToLin(UIntPt...