Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
85 views

In IDA Pro, I'm trying to patch assembly to manipulate the stack/display array and allow a function to access non-local variables from an outer scope. My core question: How to calculate the correct ...
Shay Mordehay's user avatar
2 votes
1 answer
180 views

I thought it would be cool to add a command to gdb that will look at the instruction pointer and overwrite the current instruction with NOPs. The idea being that if you are debugging, and your program ...
Joseph Garvin's user avatar
1 vote
1 answer
53 views

I have over 10+ drupal websites and I need to apply a patch to each one. currently my patch resides in /home/201803.patch and my drupal websites is in the same folder. Currently I have to cd into each ...
Patoshi パトシ's user avatar
-1 votes
1 answer
39 views

I am going to start E -commerce website soon. I am new to manage live website. this website has lots of product details, product Images,source code in PHP and script files. After it will live there ...
user3580570's user avatar
3 votes
3 answers
206 views

Let's say you have a function foo() compiled into a program that is running on Unix. While the program is running, can one "replace" the function foo by dynamically loading an object file ...
Foo's user avatar
  • 31
0 votes
4 answers
3k views

I would like to know where to get started, or how possible it is to hook into, or patch the windows kernel(XP and up). I am specifically interested in software like McAfee Entercept, or certain ...
Sonny Ordell's user avatar