1974 shaares
6 private links
6 private links
9 results
tagged
injection
echo 'print __libc_dlopen_mode("/path/to/library.so", 2)' | gdb -p <PID>
for i in $(objdump -d binary.o -M intel |grep "^ " |cut -f2); do echo -n '\x'$i; done;echo
Some quick hacking with a sql injection
Use cave cod, also a good point about not modifying entry point at the end of the article
A blog describing a lot of vulnerability !