This guy is a genius! I was afraid for some reason to look into the documentation as to what ARM is, and instead opted to look for tutorials just simply to learn what was going on, but you inspired me to look into it. Going headfirst is the best way to learn
@AlmondForce Жыл бұрын
Thanks! I agree 😁
@asasasda-bb3po7 ай бұрын
hey, what sort of vsc extension should i be using for ARM? the ones i've tried don't seem to be working... :/
@yourpriaidaman Жыл бұрын
u r the best
@AlmondForce Жыл бұрын
Oh I know. Thank you 😎
@pharos74662 жыл бұрын
Video well done. It certainly required all the knowledge on what every instruction was doing and how armv8 works, but then you could understand it. I for myself tried doing that CTF but the main thing missing out for me, was that I didn't understand that the first lines were just loading the arg1 and arg2 into w0 and w1. Because I had no info on that
@AlmondForce2 жыл бұрын
Thanks! Yeah it definitely took some research on my end to be able to interpret the code properly.
@iamsetset2 жыл бұрын
Well done - thanks. Silly me, I was trying to figure out how to assemble the code (chall.S) and then run it which I wasn't at all successful at doing.