IDA C++ SDK 9.2
Loading...
Searching...
No Matches
bitrange.hpp File Reference

Definition of the bitrange_t class. More...

Go to the source code of this file.

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.

Function Documentation

◆ bitrange_t_extract_using_bitrange()

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 )

◆ bitrange_t_inject_using_bitrange()

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 )