package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Definitions for binary patcher

Patch map

module PatchMap : sig ... end

Writable loader

module WritableLoader : sig ... end

This module is a simple extension to the loaders of binsec where it is allowed to rewrite parts of the binary.

val run : executable:string -> unit

Run the binary patcher on patch file Binpatcher_options.PatchFile for the given executable.

The patched result is written to Binpatcher_options.PatchOutFile.