Click here to Skip to main content
15,887,135 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Standalone .NET framework exe Pin
Dave Kreskowiak22-Jul-13 1:50
mveDave Kreskowiak22-Jul-13 1:50 
GeneralRe: Standalone .NET framework exe Pin
LostTime764-Aug-13 9:22
LostTime764-Aug-13 9:22 
GeneralRe: Standalone .NET framework exe Pin
Pete O'Hanlon4-Aug-13 9:51
mvePete O'Hanlon4-Aug-13 9:51 
GeneralRe: Standalone .NET framework exe Pin
LostTime764-Aug-13 10:19
LostTime764-Aug-13 10:19 
GeneralRe: Standalone .NET framework exe Pin
Dave Kreskowiak20-Jul-13 9:47
mveDave Kreskowiak20-Jul-13 9:47 
GeneralRe: Standalone .NET framework exe Pin
LostTime7620-Jul-13 10:30
LostTime7620-Jul-13 10:30 
GeneralRe: Standalone .NET framework exe Pin
Dave Kreskowiak20-Jul-13 10:38
mveDave Kreskowiak20-Jul-13 10:38 
GeneralRe: Standalone .NET framework exe Pin
LostTime7620-Jul-13 11:01
LostTime7620-Jul-13 11:01 
Believe me, I work in an environment where you have to have the mindset to not roll your own. The people I work for want results 100% of the time. At any given time I am literally working on 5 different projects. Not because management is scatterbrained, but because they want results. This is completely different. I find this topic fascinating: Trying to make windows do something it was not intended to do.

If the solution I am looking into right now proved to be as complicated as writing a linker or rolling my own whatever, then it probably wouldn't be worth it as you said. I agree with you that many people think they can storm in and write something and realize after the fact it is going to take a year to do. Been there done that.

If what I want to do is as easy as injecting some hooks into some process code to modify the basic operation of a function, then it is worth it. It seems possible.

After taking a look at ZwOpenFile, it looks like it may be able to handle named pipes natively, meaning that the HANDLE the function gives to LoadLibrary may just work. One could load the dll from the exe resource into memory, then shove that in some sort of named pipe. ZwCreateFile would then just create a file HANDLE out of that.
AnswerRe: Standalone .NET framework exe Pin
Eddy Vluggen20-Jul-13 23:36
professionalEddy Vluggen20-Jul-13 23:36 
AnswerRe: Standalone .NET framework exe Pin
jschell21-Jul-13 9:50
jschell21-Jul-13 9:50 
GeneralRe: Standalone .NET framework exe Pin
LostTime7621-Jul-13 14:12
LostTime7621-Jul-13 14:12 
QuestionInvoke from MASM Assembly Language Pin
Derek Tortonian16-Jul-13 7:57
Derek Tortonian16-Jul-13 7:57 
AnswerRe: Invoke from MASM Assembly Language Pin
Pete O'Hanlon16-Jul-13 8:38
mvePete O'Hanlon16-Jul-13 8:38 
GeneralRe: Invoke from MASM Assembly Language Pin
Derek Tortonian17-Jul-13 7:14
Derek Tortonian17-Jul-13 7:14 
GeneralRe: Invoke from MASM Assembly Language Pin
Dave Kreskowiak17-Jul-13 7:26
mveDave Kreskowiak17-Jul-13 7:26 
GeneralRe: Invoke from MASM Assembly Language Pin
Derek Tortonian17-Jul-13 7:28
Derek Tortonian17-Jul-13 7:28 
GeneralRe: Invoke from MASM Assembly Language Pin
MicroVirus17-Jul-13 11:24
MicroVirus17-Jul-13 11:24 
QuestionMysql query with date conditions not working in server Pin
ven75312-Jul-13 4:10
ven75312-Jul-13 4:10 
AnswerRe: Mysql query with date conditions not working in server Pin
NotPolitcallyCorrect12-Jul-13 4:52
NotPolitcallyCorrect12-Jul-13 4:52 
AnswerRe: Mysql query with date conditions not working in server Pin
jschell12-Jul-13 13:42
jschell12-Jul-13 13:42 
AnswerMessage Closed Pin
14-Jul-13 2:26
Member 1015486914-Jul-13 2:26 
GeneralRe: Mysql query with date conditions not working in server Pin
Eddy Vluggen14-Jul-13 3:08
professionalEddy Vluggen14-Jul-13 3:08 
QuestionMaster-detail table access vb.net Pin
dmtp11-Jul-13 0:10
dmtp11-Jul-13 0:10 
AnswerRe: Master-detail table access vb.net Pin
ZurdoDev17-Jul-13 7:53
professionalZurdoDev17-Jul-13 7:53 
QuestionRelationship of dll and interface Pin
bfis10813710-Jul-13 0:57
bfis10813710-Jul-13 0:57 

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.