Results 1 to 5 of 5
  1. #1
    BlackBayse's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Injection shellcode

    So i was trying to make an injection which include a 32bit shellcode since it is different compare to 64 bit. My question - 32bit dll -> 32bit process need what ?bit shellcode. And 64bit dll -> 64 bit process need ?bit shellcode. And do 64bit dll compatible with 32 bit process or the other way around. Do i need to make shellcode bit based on the target remote process or pc architecture.
    Last edited by BlackBayse; 03-21-2018 at 09:50 PM. Reason: Hey

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,807
    My Mood
    Twisted
    Based on the target process. 32bit process requires 32bit code and 64bit process requires 64bit code

  3. The Following 2 Users Say Thank You to Biesi For This Useful Post:

    BlackBayse (03-22-2018),Zaczero (03-22-2018)

  4. #3
    BlackBayse's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Biesi View Post
    Based on the target process. 32bit process requires 32bit code and 64bit process requires 64bit code
    Thank you, you just ended my extreme curiousity.

  5. #4
    BlackBayse's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    What if i don't use any shellcode in my injection and proceed to createremotethread instantly, will it compatible for both arc?

  6. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    It won't be without some magic. I'll leave this here for you; https://******.com/OpenWireSec/metas.../base_inject.c
    Ah we-a blaze the fyah, make it bun dem!

Similar Threads

  1. Replies: 4
    Last Post: 02-18-2014, 06:40 PM
  2. [Help]Undetected D3d Injection
    By Kung Fu Penguin31 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-28-2007, 03:40 PM
  3. Question about SQL Injections
    By darkounet in forum General Game Hacking
    Replies: 0
    Last Post: 06-29-2007, 11:13 PM
  4. KO can be sql injected
    By sf0d in forum General Game Hacking
    Replies: 2
    Last Post: 01-26-2006, 09:50 PM
  5. DLL injection Failled
    By aynal in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-15-2006, 09:41 PM