Skip to content

Aetopia/Crafter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crafter

A zero dependency lightweight injector for Minecraft: Bedrock Edition.

Features

  • Reliably inject dynamic link libraries into Minecraft: Bedrock Edition.

  • Adds relevant permissions to make a dynamic link library readable & executable within Minecraft: Bedrock Edition.

  • Caches the location of a selected dynamic link library.

  • Built & coded only against the Windows API.

Building

  1. Install MSYS2 & UPX for optional compression.

  2. Update the MSYS2 Environment until there are no pending updates using:

    pacman -Syu --noconfirm
  3. Install GCC & MinHook using:

    pacman -S mingw-w64-ucrt-x86_64-gcc --noconfirm
  4. Make sure <MSYS2 Installation Directory>\ucrt64\bin is added to the Windows PATH environment variable.

  5. Run Build.cmd.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published