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
Hello If possible please post offset details for A5x devices for ipwndfu so we can update main repo. "version, cpid, large_leak, overwrite, hole, leak" s7000_overwrite = b'\0' * 32 + struct.pack('<32xQ8x', 0x180380000) + b'\0' * 8 DeviceConfig('iBoot-1992.0.0.1.19', 0x7000, None, s7000_overwrite, 40, 3), 0x180380000, # 1 - LOAD_ADDRESS 0x6578656365786563, # 2 - EXEC_MAGIC 0x646F6E65646F6E65, # 3 - DONE_MAGIC 0x6D656D636D656D63, # 4 - MEMC_MAGIC 0x6D656D736D656D73, # 5 - MEMS_MAGIC 0x10000EBB4, # 6 - USB_CORE_DO_IO 0x180088760, # 1 - gUSBDescriptors 0x1800888C8, # 2 - gUSBSerialNumber 0x10000E074, # 3 - usb_create_string_descriptor 0x18008062A, # 4 - gUSBSRNMStringDescriptor 0x1800E0C00, # 5 - PAYLOAD_DEST PAYLOAD_OFFSET_ARM64, # 6 - PAYLOAD_OFFSET PAYLOAD_SIZE_ARM64, # 7 - PAYLOAD_SIZE 0x180088878, # 8 - PAYLOAD_PTR This so far i can test but its keep failing i guess data is wrong.can you please help to test it ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
If possible please post offset details for A5x devices for ipwndfu so we can update main repo.
"version, cpid, large_leak, overwrite, hole, leak"
s7000_overwrite = b'\0' * 32 + struct.pack('<32xQ8x', 0x180380000) + b'\0' * 8
DeviceConfig('iBoot-1992.0.0.1.19', 0x7000, None, s7000_overwrite, 40, 3),
0x180380000, # 1 - LOAD_ADDRESS
0x6578656365786563, # 2 - EXEC_MAGIC
0x646F6E65646F6E65, # 3 - DONE_MAGIC
0x6D656D636D656D63, # 4 - MEMC_MAGIC
0x6D656D736D656D73, # 5 - MEMS_MAGIC
0x10000EBB4, # 6 - USB_CORE_DO_IO
0x180088760, # 1 - gUSBDescriptors
0x1800888C8, # 2 - gUSBSerialNumber
0x10000E074, # 3 - usb_create_string_descriptor
0x18008062A, # 4 - gUSBSRNMStringDescriptor
0x1800E0C00, # 5 - PAYLOAD_DEST
PAYLOAD_OFFSET_ARM64, # 6 - PAYLOAD_OFFSET
PAYLOAD_SIZE_ARM64, # 7 - PAYLOAD_SIZE
0x180088878, # 8 - PAYLOAD_PTR
This so far i can test but its keep failing i guess data is wrong.can you please help to test it ?
The text was updated successfully, but these errors were encountered: