Author Topic: Convert to assembly  (Read 3014 times)

Filipe

  • Guest
Convert to assembly
« on: July 26, 2017, 12:10:43 am »
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
« Last Edit: July 26, 2017, 04:59:32 am by Filipe »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Convert to assembly
« Reply #1 on: July 26, 2017, 09:47:49 am »
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

  • Guest
Re: Convert to assembly
« Reply #2 on: July 26, 2017, 07:39:37 pm »
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