Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Karcrack

#361
No veo una relación clara de tu problema con el Malware, así que te lo muevo a Windows... allí creo que podrán ayudarte mejor.

Un saludo
#362
I'm out of time atm... asap I'll run some tests... sorry
Looks you guys have the same problem: you're trying to write on non-writeable pages of memory... Anyway I'll do some test when I have free time...
#363
Como dato para cuando sepas más sobre el lenguaje te recomiendo que inicies la búsqueda por "iStealer" de Kizar... se "leakeó" una versión del código (se liberó una versión robada)... puede ser muy interesante, ya que lo consideró uno de los stealers mejor programados :)
#364
Buena contribución BlackZeroX :)
Gracias ;)
#365
@scapula:
Remember to tick 'Remove array boundary check' and compile before using
Also you must remember that with this method you cannot write in memory regions wich aren't writeable...
#366
The code is pretty confusing... it's hard to follow the calls without looking at the original API declarations neither the structure declaration... anyway looks like your passing the pointers incorrectly... can't help you much more... you should look at the functions return... using Msgbox() is the easiest way.. also the worst :laugh:
#367
The hashes are the same... Can you post the code your using? Maybe the problem is with DEP...
#368
You won't be able to write there because the memory section isn't writeable... you must use VirtualProtect() first...
#369
Puse el low donde iba el hi y viceversa jaja gracias Slek :) Lo corrijo :-*
#370
¿Podrías ponerme un ejemplo en el que te dé error? Las funciones put las hice un poco rápido y no testee, pero debe ir correctamente :P Comprueba que no estas intentando escribir en una zona no Writeable de la memoria.