kernel32
Win32 Kernel32.CreateThread from assembler
Hi to all.... /////开发者_如何转开发/////////////////////////////////////// PUSH 214D84DD // thread id address out[详细]
2023-04-12 23:36 分类:问答Run a thread within DLL initialization routine (Win32 assembler)
I need to create (and run!) a thread within (and not outside) the initialization procedure of a specific dll (LoadLibrary).[详细]
2023-04-12 23:21 分类:问答How to create exported functions in Mono.Cecil?
What am I doing wrong? I\'m trying to create an exported function of LoadLibraryA and inject it into an assembly.[详细]
2023-04-02 00:02 分类:问答Best method to access the Console object in a Windows Forms application?
I am attempting to make my GUI a开发者_如何学Cpp have a CLI frontend (not the opposite). I have been able to process arguments without an issue (thanks to System.Environment.GetCommandLineArgs()), bu[详细]
2023-03-29 13:45 分类:问答Windows CreateFile in C# Returns Invalid Handle
I am trying to invoke the CreateFile method from Kernel32.dll in a C# application, and it is returning an invalid handle everytime. I\'ve looked all over and can\'t find a solution to this problem. He[详细]
2023-03-28 20:50 分类:问答How to remote control a cmd.exe process in C#
I\'m really stuck with a problem (for 7 days now) and before I go crazy I thought I\'ll just ask for advice.[详细]
2023-03-28 12:17 分类:问答.NET mscorlib.dll and Kernel32.dll relation
As far as I understand it, applications that want input/output functionalities must speak to the Kernel32.dll which in turns sends the request on to the kernel itself. In .NET however, the console cla[详细]
2023-03-22 07:10 分类:问答ASLR and Windows System DLLs for non-aware executables?
From a Microsoft article: Address Space Layout Randomization (ASLR) ASLR moves executable images into random locations when a system[详细]
2023-03-13 17:13 分类:问答GetProductInfo on an XP system
GetProductInfo(API function) seems to crash on XP Professional, while it works perfectly on Windows 7 Ultimate. What is an alternative to开发者_StackOverflow中文版 it?Windows XP does not have GetProdu[详细]
2023-03-11 02:33 分类:问答CreateProcess such that child process is killed when parent is killed?
Is there a way to call CreateProcess such that killing the parent process automatically kills the child process?[详细]
2023-03-11 01:53 分类:问答