]> git.siccegge.de Git - talk/frida.git/commitdiff
Add 32c3 summary
authorChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Wed, 7 Oct 2015 16:24:47 +0000 (18:24 +0200)
committerChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Wed, 7 Oct 2015 16:24:47 +0000 (18:24 +0200)
32c3-talk-description.org [new file with mode: 0644]

diff --git a/32c3-talk-description.org b/32c3-talk-description.org
new file mode 100644 (file)
index 0000000..dc70dca
--- /dev/null
@@ -0,0 +1,20 @@
+* Abstract
+
+I will present an emerging free software tool for Interactive
+disassembling of (almost) any binaries leveraging LLVM to support many
+target architectures.
+
+* Description
+
+frida is an interactive disassembler based on LLVM and Qt. It is also
+Free Software! frida is cross-platform -- it can run on basically any
+Unixoid System as well as Mac OS X and Windows and it can handle
+Binarys for every architecture LLVM supports (and there are a lot of
+them!). It currently supports ELF and PE binaries and has some support
+for MachO files.
+
+frida is built on and around existing Free Software. The LLVM
+Toolchain already offers more opportunities than can reasonably be
+implemented soon. There is, for example, a integrated Debugger (LLDB)
+and a C frontend that can be used to parse headers for function
+declarations and structure definitions.