how to understood object code

computeridiot007

computeridiot007

@computeridiot007-xUubel Oct 26, 2024
howto read,edit and understood object code?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • hrishi.kb

    hrishi.kb

    @hrishikb-O8wlRD May 8, 2010

    [Turbo C/C++] you can open object file in an editor. add new lines of programme and recompile.
    but you cannot understand existing object code lines. ( but partially you can.. compile the object code line by line and by seeing the output of each line you can understand what it mean. but there won't be a visual output for every lines in a programme. so you cannot understand it completely.. )