HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mvuksano

no profile record

comments

mvuksano
·letztes Jahr·discuss
Not hating the player nor the game. Point was that it's hard to adopt something that one can't be confident will be maintained and supported a year from now.
mvuksano
·letztes Jahr·discuss
Looks like one more open source project used to show "external impact" for a PSC.
mvuksano
·vor 2 Jahren·discuss
> For those who use debuggers regularly, would you be willing to share how you learned to use them or any tips and resources that helped you?

I use debuggers a lot. I learnt the most when I implemented my own toy debugger. Everything made a lot more sense afterwards. It also made me realize that debuggers give you only a limited view of what is really going on in a CPU. If you want to truly understand how a program is executed on a CPU you'll need to learn a lot more about CPUs and likely about the specific CPU you work with.
mvuksano
·vor 2 Jahren·discuss
This guy publishes an article or two every year. Probably part of his PSC at Meta :D
mvuksano
·vor 6 Jahren·discuss
Try radare2. There is also GUI fronted called cutter (https://cutter.re/).