XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 9 of 9

Thread: Logout Function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Banned
    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    106
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @XtrmJosh I know this won't work for ASLR since i only set a static base address, this is just an example and the address offset from the baseaddress, maybe someone will find it useful. Maybe even DarkstaR would, i don't know how he would handle this.. But this is one way of doing it :3

    Also, write to memory? O_o'
    If you are so afraid that that shit will write anything, you could simply just:

    Code:
    void Logout(){
    	__asm{
    		call LogoutAddress
    	}
    }
    Last edited by Milice; 06-09-2013 at 10:06 PM.

Posting Permissions

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