Skip to content

Commit

Permalink
Add talks tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed May 1, 2024
1 parent 7771fde commit bbaf28c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Currently, the wiki is still in early development, so any PR is welcome.

If there are ever questions on good contributions, opening issues and discussion on Discord are the best mediums for feedback.

## Finding Places to Help
Since the Decompilation Wiki aims to categorize and house a wide-ranging field, help is always needed to add and keep up with new content.
If you are looking to contribute, but are not sure how the GitHub [Issues](https://github.com/mahaloz/decompilation-wiki/issues) listing is a great place to start.
Any issue is a candidate for contribution, but ones marked as `help wanted` are likely the easiest to complete for newcomers.

Additionally, the wiki has a series of decompilation-related listings that constantly need unknown items added to it.
Some include:
- [full decompilers](/decompilers/directory)
- [tools](/decompilers/tools)
- [blogs](/misc/blogs)
- [talks](/misc/talks)

If you are aware of any unlisted items in these, it is highly appreciated for you to make a PR to add them.

## General Contributing Guide
To make a change, open a PR on the [GitHub repo](https://github.com/mahaloz/decompilation-wiki) after [forking and making a branch](https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project/).
There are two types of changes you might make while contributing to the wiki:
Expand Down
1 change: 0 additions & 1 deletion docs/fundamentals/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ We include this area because it influences the methodologies for the previous th

Other works, such as [function name recovery](/applied_research/symbol_recovery) can be found in the [Applied Research](/applied_research/overview) section.


## Generic Decompilation Pipeline

Modern decompilers are comprised of fundamental components that can be directly mapped to each fundamental research area.
Expand Down
13 changes: 13 additions & 0 deletions docs/misc/talks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Talks
Talks that are about decompilation techniques or applications.
All talks listed should be either at a conference or university, where talks are reviewed.
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.
- ["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.
- ["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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ nav:
- applications/program_reconstruction.md
- Misc 📦:
- misc/blogs.md
- misc/talks.md
markdown_extensions:
- admonition
- md_in_html
Expand Down

0 comments on commit bbaf28c

Please sign in to comment.