Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ben-sb/vmcrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vmcrack

This repo contains a disassembler and other scripts used to solve the x86 VM challenge vmcrack from HackTheBox.

Read the accompanying blog post.

Usage

To run the disassembler:

python3 src/main.py

There are also some scripts in the src/scripts folder to decode the various encoded messages within the binary.

This will create disassembly files for each virtualised function in the output directory. Versions of each disassembled function annotated with my analysis while solving the challenge can be found in the output/annotated directory.

About

Disassembler for the x86 VM vmcrack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published