<GXL_BL2>
my understanding is that, typically bl3x are encrypted with aes256 by aml_encrypt_gxl tool (flag --bl3enc) and merged with bl2 and becomes bootloader.img
<GXL_BL2>
but when I check bl2'
<GXL_BL2>
bl2's src, theres bl2_load_images, and aml_data_check, which checks integrity of it, but i cant find anywhere it decrypts aes.
ldevulder has joined #linux-amlogic
_whitelogger has joined #linux-amlogic
chewitt has quit [Quit: Zzz..]
chewitt has joined #linux-amlogic
ldevulder has joined #linux-amlogic
<f_>
GXL_BL2 what bl2 src?
ungeskriptet has quit [Ping timeout: 245 seconds]
ungeskriptet_ has joined #linux-amlogic
ungeskriptet_ is now known as ungeskriptet
djrscally has joined #linux-amlogic
Daanct12 has quit [Quit: WeeChat 4.6.3]
ldevulder has quit [Ping timeout: 248 seconds]
ldevulder has joined #linux-amlogic
vagrantc has joined #linux-amlogic
ldevulder has quit [Ping timeout: 252 seconds]
dlan has quit [Server closed connection]
dlan has joined #linux-amlogic
ldevulder has joined #linux-amlogic
luka177 has joined #linux-amlogic
Kwiboo has quit [Quit: .]
Kwiboo has joined #linux-amlogic
ldevulder has quit [Ping timeout: 248 seconds]
djrscally has quit [Ping timeout: 268 seconds]
<GXL_BL2>
@f_ im working on GXL, so i referencex GXL/bl2.c
<GXL_BL2>
Anyway, i found my problem. it was key ladder. managed to extract aes256,iv for fip, but now i need another key for bl3x hahahaha