Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6

PHP Warning: Use of undefined constant onlinestatusphrase - assumed 'onlinestatusphrase' (this will throw an Error in a future version of PHP) in ..../includes/class_core.php(4684) : eval()'d code on line 6
get address of instance of object inside exe file after code inject in delphi
Results 1 to 4 of 4

Thread: get address of instance of object inside exe file after code inject in delphi

  1. #1
    Junior Member
    Join Date
    May 2015
    Posts
    2

    get address of instance of object inside exe file after code inject in delphi

    Dears ,
    I want to know how can i get address of instance .
    After I inject my code inside a process ,
    I want to define a variable like @form1:=pointer($005185D4), that point to
    instance of TForm1 that used by the application , so i can count controls
    inside my code after i get the address.
    for ex. after formcreate where the pointer will be store?
    Thank you.

  2. #2
    Senior Member
    Join Date
    Nov 2009
    Posts
    320
    Why not building everything inside your dll ?
    IPC can be a pain in the ass, sometimes a time loss.
    oi amiguinhos

  3. #3
    Senior Member
    Join Date
    Nov 2009
    Posts
    320
    Why not building everything inside your DLL ?
    IPC can be a pain in the ass and a waste of time.
    oi amiguinhos

  4. #4
    Junior Member
    Join Date
    May 2015
    Posts
    2
    It is not IPC , because i haven't source code for the software ,
    I want to change some part of software that is written in delphi.
    I'v got the all RCDATA of executable , and i know what is structure of the forms .

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •