• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Barata's REAL External Console Source C#
#21
(02-12-2013, 15:23)archit Wrote: Back to the previous question then
(02-12-2013, 13:48)archit Wrote: So why is the stub being used for instead of just calling the function?

You cant call a function that its not yours unless its exported. At least in C#
  Reply
#22
(02-12-2013, 15:23)archit Wrote: Back to the previous question then
(02-12-2013, 13:48)archit Wrote: So why is the stub being used for instead of just calling the function?

How would i pass the parameters i want?

I create a stub modify the parameters/call address and them i can CreateRemoteThread...

Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...
  Reply
#23
How did you convert the assembly instructions to byte array?
  Reply
#24
(02-12-2013, 16:19)archit Wrote: How did you convert the assembly instructions to byte array?

Every opcode has its byte assignation. http://ref.x86asm.net/coder32.html
  Reply
#25
Unable to understand that .How would this be converted into byte ? mov ebp, esp
  Reply
#26
(02-12-2013, 16:48)archit Wrote: Unable to understand that .How would this be converted into byte ? mov ebp, esp

Refer to kokole's post above...

Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...
  Reply
#27
I saw that but still couldn't understand it maybe just one example
  Reply
#28
0x55, // push ebp
0x8B, 0xEC, // mov ebp, esp
0x83, 0xEC, 0x08, // sub esp, 8

Anymore examples?

Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...
  Reply
#29
Why is this done ?
0x83, 0xEC, 0x08, // sub esp, 8
  Reply
#30
@archit Learn basic assembly before asking questions else we can go on with this all day.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [News] The REAL winner of FIFA WC 2014 House 4 4,326 07-30-2014, 18:46
Last Post: SuperNovaAO
  Real party song 4FunPlayin 5 4,719 05-20-2014, 20:15
Last Post: Nekochan
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,869 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,282 11-08-2013, 05:25
Last Post: [HARD] Tony.
  Dedicated Server External (public) IP Nerus 3 5,558 11-02-2013, 14:16
Last Post: Casper
  [Request] Health and Points on hud source robinvm 7 5,129 10-27-2013, 08:23
Last Post: robinvm
  Help MW3 (External) Console - TeknoMW3? Strazeeh 7 8,102 10-01-2013, 21:54
Last Post: DeHEnergY
  Help MW3 (External) Console - TeknoMW3? Strazeeh 2 4,026 09-30-2013, 19:19
Last Post: surtek
  [Request] MW2 EXTERNAL CONSOLE!!! thomiromi 4 5,137 09-26-2013, 18:02
Last Post: Rendflex
  [Release] [SOURCE] DOOR V2.0 [HARD] Tony. 5 4,960 09-26-2013, 14:01
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 2 Guest(s)