Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
  • 0

Locked Es posible realizar esto en asembler..?


r3spald0

Question

Bueno estoy introduciendome en asembler y mi pregunta es se puede hacer esto

ipconfig /release

ipconfig /renew

en codigo asembler, he buscado por Google y no he encontrado ningun hilo por el

que seguir no quiero que me lo den mascado, pero un hilo para seguir se los agra

deceria.

Tenga en cuenta que es dificil todos los principios pero si alguien te da un empujon

es de agradecer

Gracias comunidad

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Re: Es posible realizar esto en asembler..?

 

Please hum help me i want to know who can i do to disconect the pc 12 seconds and later conect to internet in assembler code, or show me the way to investigate.,thanks

hug comunity

Link to comment
Share on other sites

  • 0
Guest Slevin

Re: Es posible realizar esto en asembler..?

 

Write in C or C + + or Delphi and compile. Debug with Olly or IDAPRO. You have the code and will only make small adjustments

Link to comment
Share on other sites

  • 0

Re: Es posible realizar esto en asembler..?

 

Thanks body

I tell you like a do to my self

i create a .bat

@echo off

ipconfig /release

ipconfig /renew

exit

 

Bat2exe

 

open the new .exe with ollydg and binary copy from entry point to the end

 

open server with topo i create a new section with new entrypoint

open server with ollydg binary paste and finally a jmp to the old entrypoint

 

but it is not work Error

i think the problem is because i need import some dll or i dont know

Thanks for comment

hug

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.