01 x64 asm : Read and Write

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 9

  • @Jiei_Dux
    @Jiei_Dux 11 месяцев назад +1

    This is sooooooo useful, thank you thank you sooooo much for making this video 🤩

  • @paulk314
    @paulk314 2 года назад +2

    I was just rewatching some of your older videos earlier today, so cool to see you making new content.

  • @abdallahalmanasrah6343
    @abdallahalmanasrah6343 8 месяцев назад +1

    This is great content. Thanks a lot; please continue!

  • @stupossibleify
    @stupossibleify Год назад +1

    Just discovered your channel and I'm really enjoying the content! Had started with cgi-bin and now fuelling my thirst for a bit of assembly

  • @ufufuawa401
    @ufufuawa401 2 года назад

    Wew 8:14, actually you don't need to write directly to 64 bit region if you wan't to change it, because 32 bit registers are zero extended to 64 bit register.
    Accessing 32 bit register doesn't require REX.W prefix. This only affect the original 8 GPRs on x86, EAX until EBP. Those registers are also zero extended to 64 bit registers.
    R8 until R15 require REX.R prefix even you don't access the 64 bit region because they're 64 bit extension.
    Please correct me if i'm wrong :D

  • @aligoren
    @aligoren 2 года назад

    thanks. you are so good

  • @Ferran-Gnu-Linux
    @Ferran-Gnu-Linux Год назад

    Hi Phillip. I'm still a newbee of this. I saw in Assembly x86 intel syntax programs it's possible to do ".include _printf" and after "call _printf" for calling the printf command . i would like to do it in Assembly x64 AT&T syntax too but i don't know how do it. Can you help me about this? Thanks in advance.

  • @Sphinnx_0xF
    @Sphinnx_0xF 7 месяцев назад

    Soliduscode not exit

  • @quaternion3267
    @quaternion3267 3 месяца назад

    Please incresae font size next time