15:56 how did you create the Assembly file? I’m having trouble creating one since the newer CCS versions don’t have the tick box to choose assembly only.
@TuxtlaTec3 жыл бұрын
Excelente amigo. Lo axplico a mis alumnos. Saludos desde México
@drselim3 жыл бұрын
Gracias!
@rasitgungor95913 жыл бұрын
valla aksandan türk oldugunu anladım tebrikler başarılar hemşerim :)
@drselim3 жыл бұрын
Teşekkür ederim :)
@waterybarfilms26582 жыл бұрын
Thank you so much for this. I am going through the Microcorruption CTFs and was having so much trouble understanding the debugger
@drselim2 жыл бұрын
You’re welcome, glad that it was useful for you.
@MGTOW-nn9ls2 жыл бұрын
Thank You Sir for the enlightening video .
@drselim2 жыл бұрын
You’re welcome!
@karthir48062 жыл бұрын
Thanks very very Thanks!
@drselim2 жыл бұрын
You’re welcome!
@mertatac43432 жыл бұрын
I can't see the variables created in the variables window. Can you help me?
@drselim2 жыл бұрын
You can try to turn off compiler optimizations in project properties. And if the variables are global variables, you should add them in the expressions window and observe there. Only local variables show up in the variables window. Let me know if it’s solved or not.
@miloanubis Жыл бұрын
At the end, when you swapped the bytes from msblsb, why did 0x000F turn into 0x0F00 instead of 0xF000 ?