Archive for March 10th, 2007

DebugPrint proc near mov r9d, r8d mov r8d, edx mov dx, [rcx] mov rcx, [rcx+8] mov eax, 1 int 2Dh ; Internal routine for MSDOS (IRET) int 3 ; Trap to Debugger retn DebugPrint endp DebugPrompt proc near mov r9w, [rdx+2] mov r8, [rdx+8] mov dx, [rcx] mov rcx, [rcx+8] mov eax, 2 int 2Dh  [ Read More ]

Interrupts, Boot Loader, Vista 64bits (On the fly)

March - 10 - 2007
Posted by Matthieu Suiche
Comments Off

I’ve to do something to save me from idling while a software is rescuing my HDD. That’s why I’m gonna write short post about the boot loader and the interrupts initialization. By the way, I add a new category called “On the fly” for post like that which are more or less RCE Memento (interessting  [ Read More ]

Sponsors