Yes, i know that i have this option, and i try with it an works perfectly, but i prefer to run the exe from memory instead of running with auxiliar files, because if the main process or exe ends before the exe that i extract to a temp file i couldn't delete it and i don't want to left remainders.
Hello,
I am making some tests in C# and the problem exposed is in the next context:
I have a executable file developed in C#, that will append to itself the code or other executable file (like a virus infection).
The problem is that when i try to execute the (app+appended exe), i can extract...
I want to make that my application can work with all kind of executables, independent of the language of was written.
I'm making my tests with not .NET executables with calc.exe that i think is written in.. c++ ?
I read from:
http://www.codeproject.com/useritems/LoadExeIntoAssembly.asp
I try with not .NET exe's and not works. It throws an BadFormatImageException.
Hello,
Thanks for the code. I was searching a lot and i found this same code but it has a little problem. Only work with .NET PE's.. ¿Exists some alternative to NOT .NET PE files?
Thanks :)
Hello,
I am developing a project in C# and i have some troubles with the next:
I have a byte[] that contains a .exe readed/loaded from a FileStream. I want to execute this executable loaded in the byte[] from memory (not pushing it in a .exe and calling it). ¿It is possible?
Someone told me...
Hello,
Someone can recommend me some document or source code with a example of code injection in C#?
I'm making a practice and i need some information about this subject. I want to know if is possible use this technique using only C#, not ASM or similar.
Thanks.
No new window was opened when i pushed the button, simply reload the actual page passing the parameters that i mentioned in the previous post. I review the HTML code and i found a extra <form> tag that was the cause of the problems. I delete it and let a unique form tag like this:
<form...
Hello,
I have a little problem with a button in a web application that i'm developing. I have two textbox for the user and password and a button to log in.. I have this code:
protected void Page_Load(object sender, System.EventArgs e) {
// this.LBLinkProductos.Text = "<A...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.