Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
bitrange.hpp File Reference

Definition of the bitrange_t class. More...

Classes

class  bitrange_t
 This class manages the offset and size of a value that occupies a number of contiguous bits within some container - generally a byte array. More...
 

Functions

Helper functions

Should not be called directly!

idaman bool ida_export bitrange_t_extract_using_bitrange (const bitrange_t *bm, void *dst, size_t dst_size, const void *src, size_t src_size, bool is_mf)
 
idaman bool ida_export bitrange_t_inject_using_bitrange (const bitrange_t *bm, void *dst, size_t dst_size, const void *src, size_t src_size, bool is_mf)
 

Detailed Description

Definition of the bitrange_t class.