From 903f106a6aa772462b3b056f0e3fa23ce7ac1b87 Mon Sep 17 00:00:00 2001
From: boyska <piuttosto@logorroici.org>
Date: Tue, 23 Jun 2015 10:22:12 +0200
Subject: [PATCH] slides brop

---
 content/pages/talk.md          |  2 +-
 content/talks/brop/appunti.txt | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 content/talks/brop/appunti.txt

diff --git a/content/pages/talk.md b/content/pages/talk.md
index 6f2c6d7..338448a 100644
--- a/content/pages/talk.md
+++ b/content/pages/talk.md
@@ -46,7 +46,7 @@ l'angolo delle persone pigre, modeste o timide o al contrario di chi cerca la fa
 SD cards con wifi incorporato e su cui gira Linux ([esempio](https://www.pitt-pladdy.com/blog/_20140202-083815_0000_Transcend_Wi-Fi_SD_Hacks_CF_adaptor_telnet_custom_upload_/))
 + __noscript e torbrowser__:
 le particolarità della configurazione di default con cui NoScript viene incorporato nel Tor Browser, le caratteristiche specificamente implementate per il Tor Project e le motivazioni che ci stanno dietro
-+ __Brop__:
++ __Brop__ ([appunti]({filename}/talks/brop/appunti.txt)):
 Quello che ho capito di Blind Return Oriented Programming
 + __Libmapper e accrocchio video__:
 libreria per la mappatura real-time di sensori. Un'implementazione utile e intelligente di Open Sound Control.
diff --git a/content/talks/brop/appunti.txt b/content/talks/brop/appunti.txt
new file mode 100644
index 0000000..f05b64b
--- /dev/null
+++ b/content/talks/brop/appunti.txt
@@ -0,0 +1,20 @@
+Brop
+
+http://www.scs.stanford.edu/brop/
+
+Rop
+
+http://crypto.stanford.edu/~blynn/rop/
+
+Rop Gadgets
+
+http://shell-storm.org/project/ROPgadget/
+https://github.com/sashs/Ropper
+
+I programmi citati sopra usano tutti libcapstone,
+dare un occhio alla pagina 
+
+http://www.capstone-engine.org/showcase.html
+
+porta a un sacco di programmi interessanti nel
+campo del reversing.
-- 
GitLab