Thread: How CreateRemoteThread works?

  1. #1
    Registered User
    Join Date
    Nov 2018
    Posts
    5

    How CreateRemoteThread works?

    I tried to read about CreateRemoteThread but don't understand how to work with this

    I have a exe file in windows that I open with IDA and saw a function in offser 0xAAAA that get 2 arguments: int , char *

    I want to running this function .

    Can you please gime me an example how do I do it ?

    thanks

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Why don't you get an emulation plugin? Like this, for example.
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Nov 2018
    Posts
    5
    Quote Originally Posted by GReaper View Post
    Why don't you get an emulation plugin? Like this, for example.
    Because I want to running a function inside exe file without ida ,

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. CreateRemoteThread in a child process
    By electrohippi in forum Windows Programming
    Replies: 7
    Last Post: 11-24-2008, 10:15 AM
  2. createremotethread and writeprocessmemory problems
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 01-19-2008, 09:33 AM
  3. createremotethread and writeprocessmemory problems
    By cloudy in forum C++ Programming
    Replies: 1
    Last Post: 07-03-2005, 05:06 PM
  4. Detecting CreateRemoteThread
    By IcyDeath in forum Windows Programming
    Replies: 1
    Last Post: 12-25-2004, 12:31 PM
  5. CreateRemoteThread() for subclassing
    By bennyandthejets in forum Windows Programming
    Replies: 24
    Last Post: 07-26-2003, 09:23 AM

Tags for this Thread