Archive for March, 2007
10Mar
Interrupt Debug Service (0×2D), Boot loader, Vista 64bits (On the fly)
On the fly, Reverse Engineering, Windows
DebugPrint proc near
mov r9d, r8d
mov r8d, edx
[…]
10Mar
Interrupts, Boot Loader, Vista 64bits (On the fly)
On the fly, Reverse Engineering, WindowsI’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 or not […]