Skip to content

MoeMahhouk/elf-randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This creates a shuffled version of an arbitrary relocatable file (ELF).
It will be then used in the sgx-dl framework as an extra randomisation layer before dynamically loading the contents

Prerequisites

  • CMake Version > 3.14 (ps: it can be lowered down since it doesnt require any special cmake new features)

Setup

  • mkdir build
  • cd build
  • cmake ..
  • make

Usage

  • ./elf-randomizer [relocatable_file_path] [optional: output_file_name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published