Coder Social home page Coder Social logo

tajimari's Introduction

Tajimari

โš WARNINGโš  Because the god damn education in China (especially in senior high school), I have to SUSPEND the development, I am absent from the Internet from Monday to Saturday (UTC +8), I may response issues and PR slower. Thanks for supporting, hope to see you again soon!

the Open Source and Pure C++ Packer for eXecutables.

Tajimari is currently a normal packer for PE eXecutables, it will soon become a VIRTUAL based packer.

Overview

Tajimari contains two project:

  • The main program: Tajimari Main.
  • The shellcode generator: ShellcodeTemplate.

Tajimari Main

The main program, contains libpepp, which is the core of Tajimari, providing function like: PE parse, rebuild and etc.

Pack a program and inject ShellcodeTemplate into it.

libpepp

The PE lib providing parse, rebuild function

Feature

  • Fully OOP
  • Fully C++
  • Rebuild PE
  • No dynamic memory allocation
  • High code quality

ShellcodeTemplate

The shellcode generator using MSVC.

Used as an alternative entry point for original program. There you can add some tweaks for the program itself or do some decryption for packer.

Depends on lazy-importer to use Windows API.

NOTICE: DO NOT STATICALLY CALL AN WINDOWS API, it will remain in import table and can not run in injected environment!

Build

  1. Setup Visual Studio.
  2. Install and integrate vcpkg.
  3. Tweak paths in Tajimari Main's main.cpp.
  4. Open the .sln file and enjoy it.

Todo

  • Virtualization support
  • Better PE parse
  • Rebuild import table
  • Support dynamic base by relocation
  • Parse rich header
  • ...

Donate

Contact

Telegram Group: https://t.me/miyamimitsuha

tajimari's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tajimari's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.