mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
BitFields - handle launch of bitfield editor via double click (unaligned
structure only)
This commit is contained in:
parent
0ca31967dd
commit
0a22915976
4 changed files with 38 additions and 7 deletions
|
@ -29,6 +29,9 @@ import ghidra.util.exception.AssertException;
|
|||
* less than or equal to the base datatype size and will always be the smallest possible size
|
||||
* to contain the bitfield and offset within the least significant byte containing the
|
||||
* lsb of the bitfield.
|
||||
* <p>
|
||||
* NOTE: This datatype implementation is intended for internal use only. Creating bitfields
|
||||
* must be accomplished directly via a Structure or Union instance API method.
|
||||
*/
|
||||
public class BitFieldDataType extends AbstractDataType {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue