@Hammerfest while I fully agree with you to bash AsRock for proper support, do you
use this site: https://event.asrock.com/tsd.asp to do so?
Here is what I've found from here:
Now, maybe we could somehow achieve a slightly O/C using the access to the SMU and overriding it's values instead being focused on permanent-changes in flash. Kinda we have maybe 2 attack vectors.
use this site: https://event.asrock.com/tsd.asp to do so?
Here is what I've found from here:
C++:
public class RenoirMobile : RyzenSmu
{
RenoirMobile()
{
PM0 = new MailBox(MailBoxType.UNDEFINED, 0x0, 0x0, 0x0);
PM1 = new MailBox(MailBoxType.MP1, 0x03B10528, 0x03B10564, 0x03B10998);
PSMU = new MailBox(MailBoxType.PSMU, 0x03B10A20, 0x03B10A80, 0x03B10A88);
}
}
It means, the app has access to my system's SMU to be able to read / set(?) values.
Now, maybe we could somehow achieve a slightly O/C using the access to the SMU and overriding it's values instead being focused on permanent-changes in flash. Kinda we have maybe 2 attack vectors.
Last edited: