
Unicorn Emulation - Emulating arm64 binary using Unicorn Emulation (Part 1)
#arm64 #binaryemulation #unicornframework #pentetrationtest
In this video i have explained how to write a script to emulate the arm64 binary. Its an in depth video which covers all the details related to binary loading from the operating system's point of view and how we can levarage that in order to create our own loader.
The goal of this video is to understand all the basics required for writing your own emulation script in unicorn emulation framework for arm64 binaries. But you can obviously use the same knowledge to emulate other binaries for other platforms as well.
This is a multi-part series and i would suggest to watch the previous video where i am explained about how we can cross compile the binaries for arm64 architecture using gcc cross compiler because in this video i am using that same binary for emulation.
Below is the link for my previous video:
• Unicorn Emulation - Cross Compiling C Code...
Also, if you are not familiar with ARM64 architecture do checkout this video:
• Overview of ARM64 Architecture and Instruc...
Feel free to comment down below if you have any queries while implementing the script. Also dont forget to subscribe to my channel for more such videos.
コメント