HackerTrans
TopNewTrendsCommentsPastAskShowJobs

visil

no profile record

Submissions

[untitled]

1 points·by visil·12 माह पहले·0 comments

comments

visil
·12 माह पहले·discuss
Absolutely amazing piece of software, the kind that makes you wish you had a use-case for that. Kudos to devs for taking security seriously, too.

By the way, the youtube video showcases this project really well.
visil
·2 वर्ष पहले·discuss
Nice! I used a similar site, termbin.com, for some time now, though it uses netcat to upload files. Definitely useful!
visil
·2 वर्ष पहले·discuss
The patch code looks like a rather convoluted way of patching out the function code. Can we not just replace conditional branch with a regular one and nop out the rest? Or at least set w8 to 1 manually? I know next to nothing about ARM assembly, so I'm most likely missing something.