Victoria
October 6th, 2006, 07:14
Hi,
I'm trying to read the rows of the CPU disasm after the analysis. I've tried first getting the t_dump structure with Plugingetvalue(CPU_DASM) - this works OK, just as getting the t_table table field. Unfortunately when I try to get the t_sorted data field from the table, I receive only an empty sorted data (n field is 0). So how do you read the rows of this table?
The purpose of this is that I need to check if some addresses of a disassembled process contain data or code, which I can't do just by using the Disasm function, which pretty much always disassembles any given address. For that I need to read the full analysis. Is there any other, simpler way of achieving this?
Thanks
I'm trying to read the rows of the CPU disasm after the analysis. I've tried first getting the t_dump structure with Plugingetvalue(CPU_DASM) - this works OK, just as getting the t_table table field. Unfortunately when I try to get the t_sorted data field from the table, I receive only an empty sorted data (n field is 0). So how do you read the rows of this table?
The purpose of this is that I need to check if some addresses of a disassembled process contain data or code, which I can't do just by using the Disasm function, which pretty much always disassembles any given address. For that I need to read the full analysis. Is there any other, simpler way of achieving this?
Thanks