package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | SUPER
  2. | SUCCESSORS
  3. | STRING of string
  4. | SIZE
  5. | RPAR
  6. | OPCODE
  7. | NUMERIC of Z.t
  8. | MNEMONIC
  9. | LPAR
  10. | KIND
  11. | INFO
  12. | FILE
  13. | EOF
  14. | DOT
  15. | DATE
  16. | ADDRESS
exception Error
val instructions : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (Virtual_address.t * int * string * string * Virtual_address.t list) list
val instruction : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Virtual_address.t * int * string * string * Virtual_address.t list