У нас вы можете посмотреть бесплатно Binary Analysis 101 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video we will explore Binary Analysis, specifically ELF files (Executable and Linkable Format). This toolset is vital for low level development, reverse engineering, debugging and more. Analyzing binary files is specifically important for Embedded Software (Firmware) engineers since they need to do more manual work when crafting the binary and the memory layout of the executable. At the end of the video we will put the new knowledge to work when building a "Bootloader for the poor" and burning it on an Arduino. We will see how the analysis and later the re-arrangement of the binary can enable our "Bootloader" to work.