binsec
Binsec.File_utils
Extra functions over files
binsec.amd64decoder
binsec.armv7decoder
binsec.armv8decoder
binsec.domains
binsec.parser
binsec.ppc64decoder
binsec.smt
binsec.sparcv8decoder
binsec.sse
binsec.sse_register
checkct
libformula
libsolver
libterm
shadow_stack
val load : string -> string
load filename return a string with the complete text of the file
load filename
val copy : string -> string -> unit
copy src dst copies filename src to filename dst
copy src dst
src
dst
val readlines : string -> string list
readlines filename return the list of the lines of the complete text of the file filename
readlines filename
filename
val has_suffix : suffixes:string list -> string -> bool
has_suffix ~suffixes filenam returns true if filename ends with any of the provied suffixes
has_suffix ~suffixes filenam
true
suffixes