Igor’s Tip of the Week #179: Bitmask enums
We’ve covered simple enums previously, but there is a different kind of enum that you may sometimes ...
We’ve covered simple enums previously, but there is a different kind of enum that you may sometimes ...
In the past, we’ve seen how structure instance representation can be changed by editing the ...
In one of the past tips we mentioned the __unused attribute which can be applied to function ...
Previously, we discussed a situation where the decompiler wrongly used a combined stack slot for ...
As we’ve seen previously, an IDB (IDA database) consists of several embedded files which contain ...
When you work in IDA, it saves the results of your analysis in the IDA Database, so that you can ...
Previously we’ve seen how to do small edits to types directly from the pseudocode view. While this ...
We already know that user-defined types such as structures and enums can be created and edited ...
We’ve seen how custom structures can be used to format data tables nicely, but sometimes you can ...