News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Convert to assembly

Started by Filipe, July 26, 2017, 12:10:43 AM

Previous topic - Next topic

Filipe

You know how to tell me if there is any program or plugin that supports code :: blocks with the same functionality as ollydbg
?

Thank you very much in advance

ollydbg

Sorry, I can't understand your question. Do you want to see the assembly code when debugging? (Suppose you are debugging a C/C++ program)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Filipe

I had asked to be the owner is the developer of OllyDbg I am trying to learn to analyze my codes written in c, c ++ at the level of assembly and searching I managed to find some manuals of use of OllyDbg in my language but does not quote which version used 110 Or 200 and the handle has some things I can not find in one but in another I get and I feel icomodado with that you could talk more about the handling of OllyDbg so I can use to annoy my codes
Thanks for the attention