package binsec
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Semantic analysis of binary executables
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    AAdel Djoudi
 - 
  
    
    BBenjamin Farinier
 - 
  
    
    CChakib Foulani
 - 
  
    
    DDorian Lesbre
 - 
  
    
    FFrédéric Recoules
 - 
  
    
    GGuillaume Girol
 - 
  
    
    JJosselin Feist
 - 
  
    
    LLesly-Ann Daniel
 - 
  
    
    MManh-Dung Nguyen
 - 
  
    
    MMathéo Vergnolle
 - 
  
    
    MMathilde Ollivier
 - 
  
    
    MMatthieu Lemerre
 - 
  
    
    OOlivier Nicole
 - 
  
    
    RRichard Bonichon
 - 
  
    
    RRobin David
 - 
  
    
    SSébastien Bardin
 - 
  
    
    SSoline Ducousso
 - 
  
    
    TTa Thanh Dinh
 - 
  
    
    YYaëlle Vinçont
 
Maintainers
Sources
  
    
      binsec-0.8.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b8e7b9c756245656c481e992549fb7b1864ee6eeb492e16488e7a9d962d39cdb
    
    
  sha512=07a5e4105e5275751fcc6832743f5f9eedc72bd061273ec54c4466135032852120df3784ba571656c788e5f3cd971aad8a53f030336a364e77e940e26dff38d7
    
    
  doc/binsec/Binsec/Dba/LValue/index.html
Module Dba.LValue
type t = private | Var of Var.t| Restrict of Var.t * int Interval.t| Store of size * Machine.endianness * Expr.t * string option
val size_of : t -> intsize_of lv yields the size of lv in bits *
val var : ?tag:Var.Tag.t -> bitsize:Size.Bit.t -> string -> tvar tag name ~size creates a DBA lvalue for a variable
val flag : ?bitsize:Size.Bit.t -> string -> tflag ~size fname creates a flag variable.
sizedefaults to 1
val temporary : string -> Size.Bit.t -> tval _restrict : string -> Size.Bit.t -> int -> int -> tval _bit_restrict : string -> Size.Bit.t -> int -> t_restrict and _bit_restrict are deprecated. Use the other forms ** below.
val store : ?array:string -> Size.Byte.t -> Machine.endianness -> Expr.t -> tval temp : Size.Bit.t -> ttemp n creates a lvalue representing a temporary of size n with name Format.sprintf "temp%d" n.
val is_expr_translatable : Expr.t -> boolis_expr_translatable e returns true is the expression can have a valid lvalue translation
of_expr e translates an expression to its lvalue equivalent if possible.
Use is_expr_translatable e to check the feasability of this translation.
val bitsize : t -> Size.Bit.tbitsize lv returns the size in bits of lv.
val resize : Size.Bit.t -> t -> tresize bitsize lv patches the lvalue lv and gives it a size of bitsize.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >