How do I debug assembly code? I am on Linux and have gdb. I know that I can watch registries. What are some methods for debugging assembly code?
You can, of course, use breakpoints , as with C or any other compiled language. This article describes the debugging process of the build program a bit.
"" gdb, , . , , , .
, nm elf, . , "si" debug.
Source: https://habr.com/ru/post/1729039/More articles:How to parse this piece of HTML? - htmlRead each line in the txt file and assign variables using the Windows dos command - batch-fileWhy does this request have.? - phpHow to install emacs theme? - emacsHow to get work maven gwt 2.0 - maven-2Reporting unit test results - unit-testingProblem with tcpdf Pagebreak - phpПовторная загрузка/обновление страницы после предупреждения JavaScript - не хотите! - javascriptHow can I debug a binary that does not have debugging characters? - debuggingHow to record pop-ups with selenium IDE - seleniumAll Articles