Editing Dumping Metldr
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 121: | Line 121: | ||
== Mathieulh's explaination == | == Mathieulh's explaination == | ||
(needs cleanup) | (needs cleanup) | ||
Because some ungrateful person leaked my metldr exploit files I will now be explaining how it actually works, because of course the person that leaked these files has no idea of how they actually work | Because some ungrateful person leaked my metldr exploit files I will now be explaining how it actually works, because of course the person that leaked these files has no idea of how they actually work | ||
Line 186: | Line 185: | ||
<br> | <br> | ||
this is what the exploit that got leaked (yeah that's not really their work eh but you figured that much by now, did you not? ) does.<br> | this is what the exploit that got leaked (yeah that's not really their work eh but you figured that much by now, did you not? ) does.<br> | ||
It overwrites from 0x000 to 0x480 because I originally loaded the section | It overwrites from 0x000 to 0x480 because I originally loaded the section o size 0x880 to 0x3FC00<br> | ||
<br> | <br> | ||
So now you get code execution on metldr at the best time possible because your code executes right after metldr copies the root keys from 0x00 to 0x30, which means you get to dump these too. (Although | So now you get code execution on metldr at the best time possible because your code executes right after metldr copies the root keys from 0x00 to 0x30, which means you get to dump these too. (Although they are hardcoded in metldr's code anyway)<br> | ||
<br> | <br> | ||