Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
toy-wasm-symbexp — A toy symbolic execution engine, supporting the blog article ... | Kitploit
Tools/GitHubGitHub/synacktiv/toy-wasm-symbexp
Reverse EngineeringCTFBinary AnalysisLearning & Education
GitHubsynacktiv/toy-wasm-symbexp

toy-wasm-symbexp

A toy symbolic execution engine, supporting the blog article ...

View Repository
1834 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

toy-wasm-symbexp

This is a toy WASM symbolic interpreter. It illustrates the following articles:

  • Part 1 - Introduction
  • Part 2 - Writing a concrete interpreter - browse code at this stage
  • Part 3 - Writing a symbolic interpreter - browse code at this stage
  • Part 4 - Writing a symbolic interpreter and solving challenges! - browse code at this stage

Usage

A handy Makefile will help you test the program is working for you:

root@kitploit:~
$ make test
$ make part1-custom
$ make part1-smt
$ make part2-smt

Note

The challenge being solved is the ForumCrack KeygenMe.

Download Tool