elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Mensajes
Páginas: 1 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 75
451  Programación / Programación Visual Basic / Re: Dll injection with Video How to en: 11 Julio 2008, 01:01 am
No way, Im just a regular coder, hey if you have a copy of VBAdvance there can you upload it somewhere because I lost mine and the website is no longer available, Thanks.

About the compiler controller it's called SuperDuper xD theres a public release, pretty simple but effective, actually is the one I used to build all my injection projects.
452  Programación / Programación Visual Basic / Re: ¿Qué es VBAdvance? en: 11 Julio 2008, 00:48 am
VBAdvance es un addin para VB que te permite crear entre otras cosas librerias standar, aplicaciones de consola (creo) y unas cuantas cosas mas. La web original no existe mas y la verdad ni idea de donde descargarlo, lo unico que se es que el ultimo release es gratuito.
453  Programación / Programación Visual Basic / Re: Api hooking with dll injection en: 10 Julio 2008, 22:01 pm
Well basically because the forum is from Spain and dedicated to spanish talking ppl, besides Spanish is as popular as English. But there's no rule about language as far as I know, so you can keep posting in English and maybe ask someone to help you translate it to spanish (just to be fair to everyone).
454  Programación / Programación Visual Basic / Re: Dll injection with Video How to en: 10 Julio 2008, 21:52 pm
Hey, pretty nice example, kinda basic but good for beginners, Im gonna give a try to VBAdvance, I use to code dlls by hand (writing tlbs and stuff) and compile them using a compiler controller also coded by me. But, by using VBAdvance you can use VB runtimes, much easier!

Thanks for sharing.
455  Programación / Programación Visual Basic / Re: Usar la DLL SciLexer en VB en: 10 Julio 2008, 19:03 pm
En PSC hay cientos de ejemplos
456  Programación / Programación Visual Basic / Re: Virtual File (API redirection) [Source] en: 10 Julio 2008, 03:37 am
Por lo que vi usa CreateFile, CloeHandle, ReadFile y SetFilePointer para acceder al archivo. El tamaño del archivo aparentemete lo determina moviendo el puntero al final del archivo asi que no usa GetFileSize o GetFileSizeEx.
457  Programación / Programación Visual Basic / Re: Virtual File (API redirection) [Source] en: 10 Julio 2008, 03:08 am
Exactamente pone un jmp en las API deseadas (en este caso CreateFile, CloseHandle, etc) asi las apunta a nuestro codigo y el codigo lo que hace es manejar un byte array como si fueran los datos en el disco, de esa manera logra que cualquier funcion que llame a estas apis sea redireccionada a nuetro archivo en memoria
458  Programación / Programación Visual Basic / Re: ASM en VB en: 10 Julio 2008, 03:04 am
La manera mas clasica es parchar la vtable para que apunte a el ASM, de esa manera podes pasar y recibir parametros de manera muy simple
459  Programación / Programación Visual Basic / Re: Api hooking with dll injection en: 9 Julio 2008, 22:38 pm
There you go, the first link is LaVolpe's one, its pretty interesting and a good guide, I think he wrote some basic explanations about how to create the libraries and in this particular example he is using SetWindowsHookEx to acomplish the injection task, if you follow that structure you will not have any probs. 

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=65301&lngWId=1

http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=45195&lngWId=1
460  Programación / Programación Visual Basic / Re: Api hooking with dll injection en: 9 Julio 2008, 17:43 pm
I think you first need to be really familiar with DLL injection in VB,  it is not and easy task due VB limitations but is totally possible, I sugest you to check PSC for LaVolpes's Desktop Icon Tweaks, and some samples from Alex Ionescu, both of them using injection. Also if you want you can search in here, I did some samples a while ago.
Páginas: 1 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 ... 75
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines