Results 1 to 10 of 10

Thread: Assembly Programming

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Assembly Programming

    I don't know what you mean by "execute dynamically". If you cat query the address of a function, then do it. If you can't then don't do it and hardcode the address.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Jun 2012
    Location
    Iran , Tehran
    Posts
    93
    Thanks
    5
    Platforms
    Unix/X11 Windows Android

    Default Re: Assembly Programming

    suppose that i want execute my shell code in a remote computer. but i can not calculate the addresses manually.
    i will need a routine that do this.
    Life is about making the right decisions and moving on.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Assembly Programming

    Quote Originally Posted by Ali Reza View Post
    suppose that i want execute my shell code in a remote computer. but i can not calculate the addresses manually.
    i will need a routine that do this.
    It doesn't matter where you execute the code. What matters it's what you are trying to inject it into.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Jun 2012
    Location
    Iran , Tehran
    Posts
    93
    Thanks
    5
    Platforms
    Unix/X11 Windows Android

    Smile Re: Assembly Programming

    thanks a lot Mr Wysota
    my problem solved.
    Life is about making the right decisions and moving on.

Similar Threads

  1. Qt4VSAddin with VS10 - Error about missing assembly "stdole" on VS startup
    By neobrain in forum Installation and Deployment
    Replies: 13
    Last Post: 2nd March 2011, 23:13
  2. Qt programming help
    By albasith in forum Newbie
    Replies: 3
    Last Post: 23rd January 2011, 14:38
  3. New to QT Programming
    By Charlie in forum Qt Programming
    Replies: 4
    Last Post: 22nd August 2007, 19:50
  4. .NET programming
    By mickey in forum General Discussion
    Replies: 1
    Last Post: 12th August 2007, 22:23
  5. Example in C++ GUI Programming with Qt 4
    By Nex in forum Qt Programming
    Replies: 2
    Last Post: 28th March 2007, 11:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.