Skip to content

Instantly share code, notes, and snippets.

@pawlos
Created June 19, 2020 12:43
Show Gist options
  • Save pawlos/d3e7c66b7bf085cf756669e9a410daf6 to your computer and use it in GitHub Desktop.
Save pawlos/d3e7c66b7bf085cf756669e9a410daf6 to your computer and use it in GitHub Desktop.
(gdb) [GDBFrontend] ('127.0.0.1', 36958) is connected.                                                                                                                      
(gdb) file ./write4                                                                                                                                                 
Reading symbols from ./write4...(no debugging symbols found)...done.                                                                                                  
[GDBFrontend] gdb_on_clear_objfiles()                                                                                                                                       
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
(gdb) break main                                                                                                                                                            
Breakpoint 1 at 0x40074a                                                                                                                                                    
[GDBFrontend] gdb_on_breakpoint_created()                                                                                                                                   
(gdb) r                                                                                                                                                                     
Starting program: /c/temp/ctf/ropemporium/task-write4/write4                                                                                                                
[GDBFrontend] gdb_on_new_thread()                                                                                                                                           
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
[GDBFrontend] gdb_on_cont()                                                                                                                                                 
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
[GDBFrontend] gdb_on_new_objfile()                                                                                                                                          
[GDBFrontend] gdb_on_breakpoint_modified()                                                                                                                                  
[GDBFrontend] gdb_on_stop()                                                                                                                                                 
                                                                                                                                                                            
Breakpoint 1, 0x000000000040074a in main ()                                                                                                                              
(gdb)                                                                                                                                                                       "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment