user input emulation in PE, PE32+ or .NET PE object code

Discussion in 'Programming/Html' started by vase, Apr 18, 2016.

  1. vase

    vase Guest

    Messages:
    1,652
    Likes Received:
    2
    GPU:
    -
    Hi guys,

    i have a theoretical question. To my knowledge there is no reason how any kind of user input emulation can't be realized in the named binaries from the thread title.

    Does anybody have any example where it would be otherwise?
    Much appreciated.
    Thx in advance.
     
  2. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,601
    Likes Received:
    13,610
    GPU:
    GF RTX 4070
    In Windows you can obtain window handle (and its children controls identifiers) from any user space process and then send messages (to it) and call Win-API functions (with obtained handle). This will be user input emulation.
     
  3. vase

    vase Guest

    Messages:
    1,652
    Likes Received:
    2
    GPU:
    -
    thanks, that's what i thought.
    i just needed some kind of "yup thats how it works"-moment :)
     

Share This Page