Re: Need a jump opcode generator.
- From: "Skybuck Flying" <spam@xxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 10:54:38 +0200
// vSendTo points to sendto function in winsuck 2 ;)
byte( pointer(vSendTo)^ ) := $FF;
Ok, just tested it.
The statement above causes the application to crash.
Me wonders why and investigates...
Also tried:
byte( vSendTo^ ) := $FF;
Oh I see what the problem is...
I did set access rights for the "Stub"
But forget to set access/readwrite rights for the "winsock 2" part.
No problem.
Bye,
Skybuck.
.
- Follow-Ups:
- Re: Need a jump opcode generator.
- From: Skybuck Flying
- Re: Need a jump opcode generator.
- References:
- Need a jump opcode generator.
- From: Skybuck Flying
- Re: Need a jump opcode generator.
- From: Skybuck Flying
- Need a jump opcode generator.
- Prev by Date: Re: Need a jump opcode generator.
- Next by Date: Re: Need a jump opcode generator.
- Previous by thread: Re: Need a jump opcode generator.
- Next by thread: Re: Need a jump opcode generator.
- Index(es):