reflection - Code reflector for objective-c -


hi i`m looking similar teleriks decompile product able take .net binary/dll , reflect code behind... tool not have have gui, being able extract code filesystem good.

now know there project called class-dump, ive seen through using tool capable of spitting out header files, missing something?

you not missing class-dump, output interfaces, since information available in runtime information of object.

i dont know of decompiling tool gives high-level language representation of code, , doubt exists.

what have disassembling, means of otool -tv or more advanced tools ida pro, able sort of "decorate" disassembled code.

about teleriks, don't know it, guess "decompiling" feature relay on fact c# , vb use bytecode, retain more information (machine code + symbols). please, correct me if wrong.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -