We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Thank you so much for your tremendous work!
I am trying to experiment with KNOB PoC using Samsung S10 and I found no examples for this hardware, specifically KNOB PoC.
Could you please tell me which addresses need to be specified to change the key entropy value for Samsung S10/BCM4375B1?
Here is the extract from PoC from S8:
patch = asm("mov r2, #0x1", vma=0x530F6) # connection struct key entropy internalblue.patchRom(Address(**0x530F6**), patch) # modify global variable for own setting internalblue.writeMem(**0x255E8F**, b'\x01') # global key entropy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
Thank you so much for your tremendous work!
I am trying to experiment with KNOB PoC using Samsung S10 and I found no examples for this hardware, specifically KNOB PoC.
Could you please tell me which addresses need to be specified to change the key entropy value for Samsung S10/BCM4375B1?
Here is the extract from PoC from S8:
The text was updated successfully, but these errors were encountered: