Deep Dive Into ELF Binaries - ELF Binary Structure for Pentesters/CyberSecurity

preview_player
Показать описание
📞 Discord: PinkDraconian#9907

00:00 Introduction
00:20 Overview of the talk
01:50 What's an ELF file
03:30 Why should you know about ELF files
05:30 Source code to binary
07:05 Structure of an ELF file
20:00 What happens when we execute
22:00 Static vs dynamic binaries
Рекомендации по теме
Комментарии
Автор

At 15:10 it should be: Stack is *first* in last out

dvid
Автор

Amazing video! Thank you for this, it really clears everything and makes it more understandable!!

KadirAksu
Автор

Amazing job! Really great presentation.

programspecific
Автор

I like this kind of videos. Please, continue and thank you.

fuscatube
Автор

KDE has a new program called ELF Dissector.

Please review it!

xenoidaltu
Автор

So in static compiled binaries procedure link table does not exist? Everything is in global offset table?

TracerPortable
Автор

the dynamic libs we link to, are also elf ?

shivangupadhyay
Автор

Is there no 'Import' function section in ELF like in PE file?

rahatmughal
Автор

if possible to rename symbols? I have an elf library for which I need to remove a lot of export functions, is there a realistic way to do it? I only have the compiled elf not source

AHN
Автор

You didn't provide a novel new info about this topic ... just repeated info from other YouTube videos

rtlinsn
Автор

15:18 Thats not correct, a stack is Last in First out

NoportOfbot