|
You are here |
willhaley.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... | |
| | | | |
anti-forensics.com
|
|
| | | | | Simple C# application demonstrating how to kill running processes. In this case, the Digital Forensics software. C# Kill Process | |
| | | | |
gist.github.com
|
|
| | | | | Threaded EventLogSearcher for 4624 events. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
www.github.com
|
|
| | | my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub. | ||