Advertisement
Shnatsel

DUMA

Oct 25th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # only once obviously
  2. sudo apt-get install duma
  3.  
  4. gdb a.out
  5. # in gdb console:
  6. set environment LD_PRELOAD /usr/lib/libduma.so.0
  7. run
  8. # wait till it crashes, and then
  9. backtrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement