Alright on my different computer everything works a lot smoother, so it's almost compiled but I get this errorIf you are referring to the error you posted earlier in this thread then here are my thoughts without knowing anything about anpack.py or reading it. It is indexing extract_sectons with a base 0 number. I'm not even 100% sure what a base 0 number is but Im pretty sure you need a base 10 number to index with. I could be completely and utterly wrong but I think it should be extract_sections[int(param[0],10)]=param[1]
EDIT: I just read about base 0 numbers and they are a thing so my answer is probably wrong. I would insert a print statement to see what param[0] is. If it contains any digits higher than 7 it cannot be a base 0 number.
ValueError: IV must be 16 bytes long
make: *** [fw.img] Error 1
and I am pretty sure I entered the iv key correctly
edit: maybe it doesn't matter because it compiled anyways
Last edited by TheZander,









