BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

added `bap_word_copy_bytes` #3

Closed ivg closed 7 years ago

ivg commented 7 years ago

The function copies bytes of a bitvector into the specified buffer. The buffer must be large enough to accommodate all the bytes (i.e., bap_word_bitwidth(w) * 8);