Archive for the ‘On the fly’ Category

Hey people ! Happy new year from a lazy man 2.0 :-)

January - 2 - 2009
Posted by Matthieu Suiche

I was looking for the shortest way to wish to people I know happy new year for 2009. Here is a flowchart to explain what’s going on just after I press the “Publish” wordpress button. As you can see I use WordPress, Twitter, and Facebook technology — that’s pretty useless but that’s funny :-) Update  [ Read More ]

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