package bap-strings

  1. Overview
  2. Docs
Text utilities useful in Binary Analysis and Reverse Engineering

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f

doc/bap-strings/Bap_strings_unscrambler/index.html

Module Bap_strings_unscrambler

module type Alphabet = sig ... end

symbol encoding

module Ascii : sig ... end

ASCII Characters

module Make (A : Alphabet) : sig ... end

Make(Alphabet) creates an unscrambler for the given alphabet.

OCaml

Innovation. Community. Security.