RSS Amplifier

Home on JSCH · Oct 11, 2022

Going from a binary file to a running process

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This blog post is heavily inspired by the series making-our-own-executable-packer written by FasterThanLi.me, his twitter and his mastodon.
Introduction In this post I’m not going to simply copy-and-past his code, I want to deeply understand what’s going on therefore I’m going to add support for the AARCH64. I’m going to emphasize on the part I didn’t know, or had…

This blog post is heavily inspired by the series making-our-own-executable-packer written by FasterThanLi.me, his twitter and his mastodon. Introduction In this post I’m not going to simply copy-and-past his code, I want to deeply understand what’s going on therefore I’m going to add support for the AARCH64. I’m going to emphasize on the part I didn’t know, or had problems with. All the assembly will be different from the original post, because it’s going to be arm64 assembly and not x86_64.

Read on localhost

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.