package binsec

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

Module Binsec_cli_ghidra.Parser_ghidraSource

Sourcetype 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
Sourceexception Error
Sourceval instructions : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> (Binsec.Virtual_address.t * int * string * string * Binsec.Virtual_address.t list) list
Sourceval instruction : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Binsec.Virtual_address.t * int * string * string * Binsec.Virtual_address.t list