-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What does CreateRemoteThread do to actually create the remote thread?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a function named Msg that's imported from a dll named tier0.dll. I can DllImport this just fine, but the command only works when the dll is attached to another process which can complete the Msg command. Using CreateRemoteThread, it is possible that I could call Msg using C# while still letting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I wrote code that injects a function in Internet Explorer/Chrome but it doesn't work with these processes. Basically, it fills one big structure with all the APIs my function needs, strings, and other data, then it opens a process to get a handle, virtualallocex to allocate enough memory to store…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I snuggle into another process? Like, share another process's name? So if my application is griddemo.exe, and I want to snug into, let's say, explorer.exe, is that possible? Just read something about CreateRemoteThread() from kernel32. Is that in the right direction? Would there be security/UAC…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my C++ application i use an activeX component that runs its own thread (or several I don't know). Sometimes this components throws exceptions. I would like to catch these exceptions and do recovery instead of my entire application crashing. But since I don't have access to its source code or thread…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Background
I am playing Imperishable Night, one of the Touhou series of games. The shoot button is 'z', moving slower is 'shift', and the arrow keys move. Unfortunately for me, using shift-z ghosts my right arrow key, so I can't move to the right while shooting. This ghosting happens in all applications…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
At my place of work we have a legacy document management system that is now unsupported by the developers due to variours reasons, i have been asked to look into extracting the documents contained in this system to eventually be imported into a new 3rd party system.
From various tracing and process…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I've spent the last few days looking for a way to create a simple image drawing app with wxPython, and I think the key to doing just that is understanding how to use Device Contexts. The problem is that the wxPython demo program doesn't demonstrate DCs, and the docs for both wxPython and wxWidgets…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
every c program is converted to machine code, if this binary is distributed. Since the instruction set of a computer is well known, is it possible to get back the C original program?
>>> More
-
as seen on SQL Server Central
- Search for 'SQL Server Central'
How to reverse engineer or script a trace for disaster recovery, or simply scripting for enhance and adjustment.
>>> More