Questions tagged [code-patching]
4 questions
3
votes
3 answers
How to Patch Live Running Unix Code
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 containining a modified version of foo()?
On an embedded…

Foo
- 31
- 1
1
vote
1 answer
apply a code patch to subdirectories of each project
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 directory and then run the following command:…

Patoshi パトシ
- 21,707
- 5
- 29
- 47
0
votes
4 answers
NT Kernel Programming
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 antivirus scanners that patch the kernel. I would like…

Sonny Ordell
- 334
- 2
- 20
- 59
-1
votes
1 answer
How to efficiently manage source code updation of website in Live environment and patching?
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 would be many updations, corrections and patching…

user3580570
- 59
- 1
- 4