Code: Select all
OBJS = md5.o utility.o arch_crypto.o archutil.o \
aos_file.o /opt/local/lib/libssl.a /opt/local/lib/libcrypto.a
Code: Select all
OBJS = md5.o utility.o arch_crypto.o archutil.o \
aos_file.o /opt/local/lib/libssl.a /opt/local/lib/libcrypto.a
Nice one! Thanks for reporting this!isaacwaller wrote:I got this to work on Mac OS X
What can I do to retrieve the AES key for the A53G+ please ?CheBuzz wrote:archutil has been updated with new keys. It now includes keys for A705, A5IT, and all the keys for A53G+ minus the AES key. Same link as in the original post.
Get arbitrary code execution, dump flash. We've been discussing this on IRC for the last few days.fanfanlat wrote: What can I do to retrieve the AES key for the A53G+ please ?
Because nobody managed to dump the flash contents yet.fanfanlat wrote:What is the restriction not to have this AES Key ?
Yes that is because neither archutil nor aos-tools know the 3g+ FEK yet.fanfanlat wrote:(I have a segmentation fault when I try to archutil the Archos 3G+ firmware available here : http://update.archos.com/6/archos3gplus ... us_sfr.aos )
How to grab keys for gen8 devices?CheBuzz wrote:The encryption key is now known. I should be able to update archutil soon.
Code: Select all
OBJS = md5.o utility.o arch_crypto.o archutil.o \
aos_file.o /opt/local/lib/libssl.a /opt/local/lib/libcrypto.a /opt/local/lib/libz.a
CheBuzz, have you updated archutil yet? Or where can i find this key? Thanks!CheBuzz wrote:The encryption key is now known. I should be able to update archutil soon.