Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jalojavier

    Run executable from Memory

    Really goes my "restlessnesses".. i was planning other uses but.. in fact, this can be one of this uses.. >)
  2. jalojavier

    Run executable from Memory

    Ouch! I understand. Thanks for the link :)
  3. jalojavier

    Run executable from Memory

    Ok, don't worry. Thanks any way.
  4. jalojavier

    Run executable from Memory

    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.
  5. jalojavier

    Run executable from Memory

    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...
  6. jalojavier

    Run executable from Memory

    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++ ?
  7. jalojavier

    Run executable from Memory

    I read from: http://www.codeproject.com/useritems/LoadExeIntoAssembly.asp I try with not .NET exe's and not works. It throws an BadFormatImageException.
  8. jalojavier

    Run executable from Memory

    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 :)
  9. jalojavier

    Run executable from Memory

    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...
  10. jalojavier

    Code Injection in C#

    Thanks for the page!
  11. jalojavier

    Code Injection in C#

    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.
  12. jalojavier

    Problem with a event of a button

    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...
  13. jalojavier

    Problem with a event of a button

    Thanks for the answer, the problem was where you said.
  14. jalojavier

    Problem with a event of a button

    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...

Part and Inventory Search

Back
Top