package bap-mc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
BAP machine instruction playground
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f
doc/bap-plugin-mc/Mc_main/index.html
Module Mc_mainSource
Source
type error = | Bad_user_input| Bad_insn of Bap.Std.mem * int * int| Create_mem of Core_kernel.Error.t| No_input| Invalid_base of string| Trailing_data of int| Inconsistency of Bap_core_theory.KB.conflict| Unknown_format of string * string * string list| No_formats_expected of string| Disassembler_failed of Core_kernel.Error.t| Loader_failed of Core_kernel.Error.t| Target_must_be_unknown| Encoding_must_be_unknown| Triple_must_not_be_set| Arch_must_not_be_set| Backend_must_not_be_set| Cpu_must_not_be_set| Bits_must_not_be_set| Order_must_not_be_set
Source
type target = | Target of {name : Bap_core_theory.Theory.Target.t;encoding : Bap_core_theory.Theory.Language.t;
}| Triple of {name : string;backend : string option;cpu : string option;order : Bap.Std.endian;bits : int;
}
Source
val bad_insn :
Bap.Std.Addr.t ->
('a, 'b, 'c, 'd) Dis.state ->
int ->
('e, Bap_main.Extension.Error.t) Core_kernel._resultSource
val to_binary :
?map:(Core_kernel.String.t -> Core_kernel.String.t) ->
Core_kernel.String.t ->
(string, Bap_main.Extension.Error.t) Core_kernel.Result.tto_binary ?escape s make a binary string from ascii representation, (e.g., "\x01\x02..."). Apply optional escape function for each byte
Source
val create_memory :
target ->
Base.string ->
Bap.Std.addr ->
(Bap.Std.Memory.t, Bap_main.Extension.Error.t) Core_kernel._resultSource
val print :
target ->
Bap.Std.Memory.t ->
Bap.Std.Disasm_expert.Basic.full_insn ->
([> `addr
| `bil
| `bir
| `insn
| `kinds
| `knowledge
| `memory
| `sema
| `size ] ->
string list) ->
(unit, Bap_main.Extension.Error.t) Base.Result.tSource
val parse_base :
target ->
string ->
(Bap.Std.Word.t, Bap_main.Extension.Error.t) Core_kernel.Result.tSource
val create_disassembler :
target ->
((Dis.empty, Dis.empty) Dis.t, Bap_main.Extension.Error.t)
Core_kernel.Result.tSource
val validate_module :
[< `bil | `bir | `insn ] ->
Core_kernel.String.t list ->
(unit, error) Core_kernel.Result.tSource
val validate_formats :
([< `addr
| `bil
| `bir
| `insn
| `invalid
| `kinds
| `knowledge
| `memory
| `sema
| `size ]
* Core_kernel.String.t list)
list ->
(unit, Bap_main.Extension.Error.t) Core_kernel.Result.tSource
val run :
?only_one:bool ->
?stop_on_error:bool ->
('a, 'b) Dis.t ->
target ->
Bap.Std.Memory.t ->
([> `addr
| `bil
| `bir
| `insn
| `invalid
| `kinds
| `knowledge
| `memory
| `sema
| `size ] ->
Core_kernel.String.t list) ->
(int, Bap_main.Extension.Error.t) Core_kernel._resultSource
val check_invariants :
(bool * (unit, 'a) Core_kernel.Result.t list) list ->
(unit, 'a) Core_kernel.Result.tSource
val check :
('a -> bool) ->
'a ->
error ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val target_must_be_unknown :
Bap_core_theory.Theory.Target.t ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val encoding_must_be_unknown :
Bap_core_theory.Theory.Language.t ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val triple_must_not_be_set :
'a option ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val arch_must_not_be_set :
'a option ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val backend_must_not_be_set :
'a option ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val bits_must_not_be_set :
'a option ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val order_must_not_be_set :
'a option ->
(unit, Bap_main.Extension.Error.t) Core_kernel._resultSource
val compute_target :
(Bap_core_theory.Theory.Unit.t -> unit Bap_knowledge.Knowledge.t) ->
targetSource
val make_triple :
?bits:int ->
?order:Bap.Std.endian ->
?backend:string ->
?cpu:string ->
string ->
targetSource
val make_target :
Bap_core_theory.Theory.Target.t ->
Bap_core_theory.Theory.Language.t ->
targetSource
val parse_arch :
string option ->
Bap_core_theory.Theory.Target.t ->
Bap_core_theory.Theory.Language.t ->
string option ->
string option ->
string option ->
int option ->
Bap.Std.endian option ->
(target, Bap_main.Extension.Error.t) Base.Result.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>