Domande taggate «libc»




1
Perché l'indirizzo di __libc_start_main è sempre lo stesso in GDB anche se ASLR è attivo?
Breakpoint 1, 0x00007ffff7de8060 in __libc_start_main () from /usr/lib/libc.so.6 (gdb) r The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/firstlove/projects/org-ioslide/example/a.out Breakpoint 1, 0x00007ffff7de8060 in __libc_start_main () from /usr/lib/libc.so.6 (gdb) r The program being debugged has been started already. Start it …
16 c  linux  gdb  libc  aslr 

5
Eventi inotify mancanti (nella directory .git)
Sto guardando i file per le modifiche usando gli eventi inotify (come succede, da Python, chiamando in libc). Per alcuni file durante un git clone, vedo qualcosa di strano: vedo un IN_CREATEevento e vedo via lsche il file ha contenuto, tuttavia, non vedo mai IN_MODIFYo IN_CLOSE_WRITE. Questo mi sta causando …
11 linux  git  docker  libc  inotify 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.