Загрузка...

Using Python To Run Assembly ARM64 Programs

'ARM64' is the nickname for AArch64.

It's also not dead; it is still widely used an Apple and Android mobile devices

In the video, I eventually used the word 'compile' but I meant assemble because Assembly code is not compiled it is assembled by the assembler ( 'as' also known as 'gas' ).
1) as file -o file.o ( Assemble )

2) ld file.o -o file ( Link )

3) ./file ( Execute or Run )
Notice that the executable in the third step doesn't have an extension.

Видео Using Python To Run Assembly ARM64 Programs канала The Earthling
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять