You are here |
www.codeproject.com | ||
| | | |
mariocarrion.com
|
|
| | | | I'm starting the Mono POSIX shared memory wrapping, decided to begin dllimporting shm_open, however doesn't seems to be easy at all, my current effort is: using System; using System.Runtime.InteropServices; namespace Mono.Posix { public class SharedMemory { public SharedMemory () { } [DllImport ("librt", EntryPoint="shm_open", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.StdCall)] public static extern IntPtr Open ( [MarshalAs (UnmanagedType.LPStr)] string name, int oflag, int mode_t); public... | |
| | | |
blog.xpnsec.com
|
|
| | | | In this post I wanted to look at a technique which is by no means new to .NET developers, but may prove useful to redteamers crafting their tools... exporting .NET static methods within a DLL... AKA using RunDLL32 to launch your .NET assembly. | |
| | | |
bohops.com
|
|
| | | | Yes, you read that correctly - "Dynamic Pinvoke" as in "Dynamic Platform Invoke" Background Recently, I was browsing through Microsoft documentation and other blogs to gain a better understanding of .NET dynamic types and objects. I've always found the topic very interesting mainly due to its relative obscurity and the offensive opportunities for defensive evasion.... | |
| | | |
www.petitmort.com
|
|
| | by DOMINA VESPERPeople often ask me about the role of the bottom in D/s relationship or experience and what unusual or meaningful things it can bring to a person's life. I talk about the ability to let go of control, to trust, to feel taken care of, and even deconstruct old traumas.For example, a person may have a memory of a moment where they showed weakness or got in trouble-lost control of the situation, and the frustration of what they could have done differently and can haunt people for yea |