I have ths code: __asm { PUSHAD MOVEAX, DWORD PTR DS:[hStorm_LOBBYPTR] TESTEAX, EAX JEnick_false MOVECX, DWORD PTR DS:[EAX+0xC464]
i would like to know if there is a possible injection of code (or any other security risk like reading memory blocks that you weren\'t supposed to etc...) in the following scenario, where unsanitized
I\'m writing a REST interface to a MongoDB database program, and I\'m trying to implement search functionality. I\'d like to expose the entire MongoDB interface. I have two questions, really, but they
Background I\'m developing a bookmarklet which has dependencies on 3rd party libraries to be loaded into the DOM before my bookmarklet script can run. The heart of the problem I\'m having is this dep
First of all, I don\'t want to monitor the keyboard or mouse, I only want to load my dll into the other process\'s address space. I\'m currently doing this with external unmanaged dll which does Write
I have 2 text fields. One is for the input of a member\'s id, and the other is the output of the member\'s name.
I have successfuly injected managed DLL\'s into a .net 3.5 application using a bootloader dll (in c++) and then my \"payload\" dll in (c#).
My questions is what the title says. Can I run a remote thread without being blocked by some antivirus applications?
I have a character array in C i开发者_如何学运维nto which I want to introduce errors by flipping some bits.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari