python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the last parameter in VirtualProtect used for?
I want to use both VirtualAlloc and VirtualProtect to inject a shellcode into the local process but I can't figure out what is the last argument (lpflOldProtect) and how do I declare it.
void fun()
{
...
loaded_dypper
Votes: 0
Answers: 1
Load font file with Windows api Python
I was looking for a way to load a ttf file and print text with that font. While looking for some information, I found this question: load a ttf font with the Windows API
In that question they recommen...
Dante S.
Votes: 0
Answers: 1
MFGetService doesnt get IMFSimpleAudioVolume on first try
I am playing a mp3 file with windows media foundation and try to set the volume but when i try to get IMFSimpleAudioVolume interface it takes a seemingly random amount of tries to do so. I have got 1 ...

Positronium
Votes: 0
Answers: 1
How can two threads execute code inside the same critical section, when this should never happen?
I am analyzing an application crash dump on Windows 7 SP1. I can see two threads that are running code inside the same CRITICAL_SECTION at the time of the crash, including the crashing thread. As far ...
Sébastien Emond
Votes: 0
Answers: 0