![]() |
|
|
|
#1
|
|||
|
|||
|
No that's not it.
I have a structure that looks like this struct PATHEVENT { unsigned int queued; unsigned int expiry; unsigned int lastact; unsigned int eventID : 24; unsigned int numactions : 8; unsigned int currentaction : 8; unsigned int voices : 4; int priority : 4; unsigned int bumplower : 1; unsigned int beingFiltered : 1; int project : 3; int unused : 11; }; I want to get IDA/HexRays to show the correct fields when its doing an access to one of those fields. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| STL and IDA Pro/HexRays? | jonwil | General Discussion | 2 | 10-17-2020 04:07 |