I'm new to assembler programming, I read this assembly step by step by Jeff Duntemnom. one of his instructions was to download KDbg for debugging codes, however, when I try to run the code with kdbg, this error occurs over and over more than 100 times, and I donβt know what it is.
Example: when i run my linked file ./ExampleProgram like this -> kdbg ExampleProgram i get the following error : MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0 MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0 MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0 MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0 MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0 MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
Can someone please help me solve this problem. I am new to assembly language and gdb framework. I am using ubuntu on virtualBox. I searched the Internet and could not find the answer why KDbg does not work. Your support will be highly appreciated.
source share