Click here to Skip to main content
16,005,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte8-Nov-11 10:19
KairuByte8-Nov-11 10:19 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
jschell9-Nov-11 10:57
jschell9-Nov-11 10:57 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 11:08
KairuByte9-Nov-11 11:08 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
jschell10-Nov-11 8:18
jschell10-Nov-11 8:18 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte10-Nov-11 8:23
KairuByte10-Nov-11 8:23 
AnswerRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte8-Nov-11 15:20
KairuByte8-Nov-11 15:20 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x648-Nov-11 15:38
professionalRichard Andrew x648-Nov-11 15:38 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte8-Nov-11 15:43
KairuByte8-Nov-11 15:43 
You replied just before I edited. I had forgot to mention that I just requested read access and allowed read access. Both are 0x00000001 or 1, so it wasn't difficult.

Now I only have two issues. One being suspending the process as soon as it starts (Edit: The process will not be started from within any of my own code. I want to be able to suspend it when opened through any user initiated method), and the second is how to make the injected DLL call ReOpenFile if the original file isn't in share read mode.... I haven't been able to call a method from within the Run() code with EasyHook yet...
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x648-Nov-11 15:47
professionalRichard Andrew x648-Nov-11 15:47 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte8-Nov-11 16:10
KairuByte8-Nov-11 16:10 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x649-Nov-11 9:26
professionalRichard Andrew x649-Nov-11 9:26 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 9:41
KairuByte9-Nov-11 9:41 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x649-Nov-11 9:50
professionalRichard Andrew x649-Nov-11 9:50 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 9:57
KairuByte9-Nov-11 9:57 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x649-Nov-11 10:00
professionalRichard Andrew x649-Nov-11 10:00 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 10:02
KairuByte9-Nov-11 10:02 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
Richard Andrew x649-Nov-11 10:05
professionalRichard Andrew x649-Nov-11 10:05 
GeneralRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 15:22
KairuByte9-Nov-11 15:22 
QuestionRe: Removing Mutex and file lock using DLL injection (Guild Wars) in C# Pin
KairuByte9-Nov-11 15:59
KairuByte9-Nov-11 15:59 
QuestionHandling Own Non-Client Area -- Adjust Client Rectangle? Pin
Matt U.8-Nov-11 6:50
Matt U.8-Nov-11 6:50 
Questionunable to read from SerialPort Pin
Jassim Rahma8-Nov-11 5:59
Jassim Rahma8-Nov-11 5:59 
AnswerRe: unable to read from SerialPort Pin
Dan Mos8-Nov-11 6:13
Dan Mos8-Nov-11 6:13 
GeneralRe: unable to read from SerialPort Pin
Jassim Rahma8-Nov-11 6:45
Jassim Rahma8-Nov-11 6:45 
GeneralRe: unable to read from SerialPort Pin
Dan Mos8-Nov-11 7:03
Dan Mos8-Nov-11 7:03 
AnswerRe: unable to read from SerialPort Pin
Luc Pattyn8-Nov-11 7:05
sitebuilderLuc Pattyn8-Nov-11 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.