Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ZehMatt/zasm-modules

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zasm-modules

Generating binary modules with zasm and LIEF.

Project

This project is currently more of a demonstration for how zasm could be used to generate binary modules, zasm provides enough information to have imports/externals/relocations/entrypoints.

LIEF

This project builds upon LIEF to generate the binary module(s), the interface was built to hide this. LIEF can currently only generate PE files from scratch so it might be replaced in the future, this depends if and when LIEF might add support for generating more binaries from scratch. LIEF is a wonderful library and we do hope to be able to make more use of it.

Goals

Add more support for modules like COFF and potentially be fully independent from LIEF, this is not set in stone.

Example

See the example here

Compiling

This library ships with an example project and uses CMake. Following should be able to build the project:

cmake . -B build
cmake --build .

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.