Skip to content

Commit

Permalink
Some fixes, added new talks (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
seekbytes authored Jun 1, 2024
1 parent 6c973f6 commit ed7e355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/decompilers/directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Each decompiler should also be listed with some minimal facts about their differ
| [dewolf](https://github.com/fkie-cad/dewolf) | 0️⃣, 🌐, 🔌 | BNIL | 2015 |
| [DREAM](https://github.com/CodeIntelligenceTesting/dream-ida) | 0️⃣, 🌐, 💀, 🔌 | Micro Code | 2015 |
| [Ghidra](https://github.com/NationalSecurityAgency/ghidra) | 0️⃣, 🌐 | [P-Code](https://spinsel.dev/assets/2020-06-17-ghidra-brainfuck-processor-1/ghidra_docs/language_spec/html/pcoderef.html) | 2019 |
| [Hoppper](https://www.hopperapp.com/) | 0️⃣ | ? | 2012 |
| [Hopper](https://www.hopperapp.com/) | 0️⃣ | ? | 2012 |
| [IDA Pro (HexRays)](https://hex-rays.com/ida-pro/) | 0️⃣ | [Micro Code](https://gist.github.com/icecr4ck/6c744d489efbb07a32bb22e8a3c748e3) | 2007 |
| [JEB](https://www.pnfsoftware.com/) | 0️⃣ | ? | 2014 |
| [Reko](https://github.com/uxmal/reko) | 0️⃣, 🌐 | ? | 2007 |
Expand Down
1 change: 1 addition & 0 deletions docs/misc/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ A collection of decompilation blogs from the community.
### Alphabetical Order
- [angr blog](https://angr.io/blog/) (💀, 💾, 🔍)
- [Intranautic](https://intranautic.com/) (🔍)
- [Kronotai](https://kronotai.com/wordpress/blog/) (💀, 💾, 🔍)
- [mahaloz](https://mahaloz.re/) (💾, 🔍, 🌍)
- [fcd](http://fay59.github.io/fcd/) (💀, 💾, 🔍)
8 changes: 5 additions & 3 deletions docs/misc/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Exceptions are made for especially impactful talks.

### Reverse Chronological Order
- ["BTD: Unleashing the Power of Decompilation for x86 Deep Neural Network Executables."](https://www.youtube.com/watch?v=NDfj8JiZMX0) Zhibo Liu. Blackhat 2023.
- [“Modern Approaches in Human-Centric Decompilation.”](https://youtu.be/R13tHWScclE) Zion Leonahenahe Basque. Ohio State University 2023.
- [“Bridging the gap in the static and dynamic analysis of binaries through decompiler tomfoolery!”](https://www.youtube.com/watch?v=-J8fGMt6UmE&t=22441s) Zion Leonahenahe Basque. CactusCon 2023.
- ["30 Years into Scientific Binary Decompilation."](https://www.youtube.com/watch?v=XasallkPQIA) Dr. Ruoyu (Fish) Wang. NDSS BAR 2022.
- ["Beyond the C: Retargetable Decompilation using Neural Machine Translation."](https://www.youtube.com/watch?v=PBQzrPbDbck) Iman Hosseini. NDSS BAR 2022.
- ["How to Build A Decompiler"](https://www.youtube.com/watch?v=uYZZbteb8Gc) Tsviatko Yovtchev. Devoxx belgium. 2019
- ["Recovering Meaningful Variable Names in Decompiled Code."](https://www.youtube.com/watch?v=pUfYml60FvU) Dr. Bogdan Vasilescu. CMU 2019.
- [“Modern Approaches in Human-Centric Decompilation.”](https://youtu.be/R13tHWScclE) Zion Leonahenahe Basque. Ohio State University 2023.
- [“Bridging the gap in the static and dynamic analysis of binaries through decompiler tomfoolery!”](https://www.youtube.com/watch?v=-J8fGMt6UmE&t=22441s) Zion Leonahenahe Basque. CactusCon 2023.
- ["Repsych: Psychological Warfare in Reverse Engineering."](https://www.youtube.com/watch?v=HlUe0TUHOIc) Chris Domas. DEF CON 2015.
- ["How not to write a decompiler"](https://www.youtube.com/watch?v=2siU7B0PjPI) Giovanni Dante Grazioli. r2con 2018
- ["Repsych: Psychological Warfare in Reverse Engineering."](https://www.youtube.com/watch?v=HlUe0TUHOIc) Chris Domas. DEF CON 2015.

0 comments on commit ed7e355

Please sign in to comment.