search for: l2459

Displaying 2 results from an estimated 2 matches for "l2459".

Did you mean: 2459
2015 Jun 19
2
boot loader detection
...eport. The most interesting part is that it uses known Master and Volume Boot Record byte-patterns to determine the installed boot loader: https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript#L2983-L3151 https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript#L2343-L2459 Those signatures (byte patterns) are from real mode machine code but this code is not generated by a compiler and does not change often. I’ve isolated and simplified the signatures database here: https://github.com/skalkoto/snf-image-creator/blob/develop/image_creator/bootloader.py and I was w...
2015 Jun 19
0
Re: boot loader detection
...interesting part is that it uses known Master > and Volume Boot Record byte-patterns to determine the installed boot loader: > https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript#L2983-L3151 > https://github.com/arvidjaar/bootinfoscript/blob/master/bootinfoscript#L2343-L2459 > > Those signatures (byte patterns) are from real mode machine code but this > code is not generated by a compiler and does not change often. > > I’ve isolated and simplified the signatures database here: > > https://github.com/skalkoto/snf-image-creator/blob/develop/image...