The Best Binutil for Programming #lowcode #coding

preview_player
Показать описание


🔥🔥🔥 SOCIALS 🔥🔥🔥
Рекомендации по теме
Комментарии
Автор

strace, ltrace, strings, readelf, objdump and gdb save my ass everyday

BinaryCounter
Автор

Using it 15 years now, saved me multiple times, when no errors, no logs entries, stall processes, performance issues happened, process and os side❤

XYZ
Автор

Super useful for reverse engineering in CTF’s

nathanmartin
Автор

"We write 'ayo whaddup' to the screen... and then we call 'suck it!' Which returns..."

Me: suddenly squinting very intently at the screen ".... oh! Socket! Right."

MaddieM
Автор

Binutil could be a pasta or perhaps a prescription drug

cyndaguy
Автор

I wish I could give this video more than one like. It's that good!

MyCodingDiary
Автор

Hate trying to get a system call trace in Mac OS 😒.

for Windows is okayish.

steamerk
Автор

Wow, this is exactly what I needed. You're a lifesaver!

MyCodingDiary
Автор

Too bad there isn't a link to a longer video that explains what all that jargon means, because I'm scratching my head at the moment.

TheOtherSteel
Автор

I had bind randomly fail on me. I execute once, bind works, another time, it doesnt. I wait like, a couple minutes, it works again, once

ItsCOMMANDer_
Автор

what is extra here if you do check bind function return in code actually?

if (bind(socketdesc, (struct sockaddr *)&address,
sizeof(address)) < 0)
{
std::cout << "Failed to bind socket!\n";
return 1;
}

blueeengineer
Автор

I've been looking for something that can do this but I had no idea how to put it into words

nckstudioz
Автор

Isn't brk(null) used to get the current position of the heap end? Or something of the like?

OlivierDubois
Автор

When you said "socket" I heard "suck it" 😅

DegradationDomain_stuff
Автор

How does he know that "bind" is failing? I don't see anything there indicating this.

greendog
Автор

whats the windows equivalent (i know i know windows bad)

yakovAU
Автор

strace and parsing its output is OP, sadly there is not a Windows equivalent, yet

eadwacer