ricnar456

Results 3 issues of ricnar456

It will be useful add the enumeration of `MajorCodes` ```c++ enum Major_Codes { IRP_MJ_CREATE = 0x0, IRP_MJ_CREATE_NAMED_PIPE = 0x1, IRP_MJ_CLOSE = 0x2, IRP_MJ_READ = 0x3, IRP_MJ_WRITE = 0x4, IRP_MJ_QUERY_INFORMATION =...

enhancement
help wanted

I configure Pycharm and can execute the scripts OK, but cannot make it work the console terminal. i configure the project interpreter pointing to pycharm_wrapper.py but always fail ![image](https://github.com/user-attachments/assets/9b8f3cc4-21be-4613-9cf8-8545446d027f) ---------------------------------------------------------------------------...

Traceback (most recent call last): File "C:\Program Files/IDA Professional 9.1/plugins\classy\gui.py", line 501, in handle_add_method self.update_fields() File "C:\Program Files/IDA Professional 9.1/plugins\classy\gui.py", line 340, in update_fields address_item = QtWidgets.QTableWidgetItem(m.ea) OverflowError: argument 1...