PDA

View Full Version : make olly treat stuff in data section as data


gtype
March 4th, 2009, 15:29
Hey there! I am reversing an application and i want to label a few structs and all. But they are in the data segment and olly cant analyse that, so i cant put the "treat as bytes in next analysis" or something. How can i make it just treat that stuff as data and stop it from trying to turn it into opcodes? thanks

also, is there some support in olly to identify structs? thanks.

ps edit: the analyse this plugin crashes if i use it in there, anyone know why?

ps2: also, i forgot to mention its the data section of a dinamic loaded dll that is loaded at some point by the application. thanks