Комментарии:
There's a translation error converting this video to big endian readable languages.
ОтветитьDid not know about the strings utility... neat!
ОтветитьThis is actually pretty useful if you're planning to do manual mapping of executable image. Understanding the sections and what it does will help you in clearing your tracks. I used this as a reference to create my own manual map binary injector
Ответитьwhich terminal you are using or OS?
ОтветитьKanye West gets free publicity 😂😂
ОтветитьYour videos are such great quality, I’m so glad I found this channel! Cheers from a Spaniard.
Ответитьi love to exploit binarys
ОтветитьCan we collab??
Ответитьbug in your hexdump, shows nonsense ascii on left instead of right
ОтветитьWhy gets and not scanf?
ОтветитьBinðrч eþloitation
ОтветитьDude .. the Dogs are barking in my head ... I am dying
ОтветитьI only understand conditions and loops in brainfuck. is that okay? Just kidding.
But what's that bat thing you run for the pretty printout?
Man, your videos are awesome, thank you for your work
ОтветитьReally good content! Keep on!
ОтветитьGreat video as always 💕
I also loved your terminal font and source code highlighting in the terminal, wondering how to get them 🥺
EXE files in dos are AOUT, not ELF.
ОтветитьLil' Endian is the best rap name possible.
Ответитьthanks god there's people like you and like liveoverflow
ОтветитьI love this I’m new to programming and yea huge video nice animations I just like your style of explaining things in a simple way 👍🏻
Ответитьi dont understand, who is computer?
ОтветитьAren’t executeables just obsfuscated programs?
Ответитьi just realized... machine code is an interpreted language where the cpu is the interpreter
ОтветитьWe're going to talk about cars for now, maybe bicycles and Toyota in the future...
Ответить"it's important to overshoot while learning"
I'm going to bring this with me for the rest of my life
Literally dogs barking around when he said about dogs barking... xD
ОтветитьNice and clear, thank you!
ОтветитьHi, just curious what font do you use for the terminal? Looks very nice, thanks
ОтветитьLast command was top notch
ОтветитьThe worst explanation of executable formats
Ответитьgreat thanks for that! Very clear and articulate!
Ответитьthanks!
may i know what shell is used to display the listing of file in such a colorful way?
You nailed it. Just with this introductory video I GOT HOOKED and interested to learn and advance more in binary exploitation... Keep it like that. waiting to see and learn more together
ОтветитьYour intro is in one of my favourite list, it's a list of hundreds items, yet a list of items less than 10, as of now...
ОтветитьWhat's the name of the fonts you're using in the presentation?
Ответитьwhat video editor are you using?
ОтветитьJust found your channel! Liked and Subbed. :)
ОтветитьI think gcc actually does the linking as well. So I don't think what you generated was pure elf64. Elf64 contains segments of just that program and leaving the extern parts as extern for the linker to link. So I think you need to use -c option to get the elf64 and link it with ld later.
ОтветитьThanks for the bat one! I didn't knew it, although I have to call it as "batcat", I'm running Mint and it seems like "bat" itself causes conflict on the distro, but who cares, really worth it for such amazing prints!
ОтветитьDude, this is top tier educational content, thanks for sharing!
ОтветитьDUDE WTF actual dogs were barking on my streets when he said that. I thought it was coming from the video.
Ответить=o
Ответитьgood vid
ОтветитьU made me sub in 2 mins
Ответитьman these dogs in my head...
ОтветитьBut where's DWARF?
ОтветитьWhen talking about executables, you should rather look for segments than sections. Sections are more for organizing the content of the file in some way. Segments, on the other hand, is what describes the executable image and how it should be mapped into the address space of a process in memory. Segments are described by program headers, not section headers. Sections are more useful during the linking process (either static or dynamic).
Ответить