├── README.md ├── ctf ├── README.md ├── YoloSw4g │ ├── Disqualified │ │ ├── README.md │ │ ├── decrypt_func.dot │ │ ├── decrypt_func.png │ │ ├── disqualified_6144fa7e73cf0337215b60737fb2384b.bin │ │ ├── disqualified_str_xref.png │ │ ├── entry2.png │ │ ├── f12_graph.dot │ │ ├── f12_graph.png │ │ ├── fcn_f12_encrypted.png │ │ ├── init_key_visual.png │ │ ├── main.png │ │ ├── main_graph.png │ │ ├── main_visual.png │ │ ├── sections.png │ │ └── solve.py │ └── R2ulette3 │ │ ├── README.md │ │ └── solve.py ├── ant74 │ └── README.md ├── games │ ├── Cyb3r4nal │ │ ├── Cyb3r4nal │ │ └── README.md │ ├── forceme │ │ ├── README.md │ │ └── forceme │ ├── lets_go │ │ ├── README.md │ │ └── lets_go │ ├── psv │ │ ├── README.md │ │ └── psv │ ├── r2ulette │ │ ├── README.md │ │ ├── r2ulette1 │ │ ├── r2ulette2 │ │ └── r2ulette3 │ ├── rotten │ │ ├── README.md │ │ └── rotten │ ├── scrabble │ │ ├── README.md │ │ └── scrabble │ └── zoltan │ │ ├── README.md │ │ └── zoltan ├── grepharder │ └── egypt_writeup.md ├── ramandi │ └── writeupBrasil.txt ├── russia.md └── tasteless │ └── legend_of_zoltan.md ├── r2con2018-opening.pdf ├── r2conAwards.pdf ├── talks ├── 01-intro_r2_humans │ └── introducing-radare2-humans.pdf ├── 03-r2dec │ └── r2dec.pdf ├── 04-function-recognition │ └── windows-malware-function-recognition.pdf ├── 05-cutter │ └── r2con 2018 - Cutter.pdf ├── 07-reversing-SRIOV │ └── Reversing-SR-IOV-For-Fun-And-Profit-Adir-Abraham-r2con-07-09-18.pdf ├── 08-YaraRET │ └── NotAnotherRET.pdf ├── 10-hypervisor-level-debugger │ └── r2con 2018 - Hypervisor-Level-Debugger.pdf ├── 42-reversing-toshiba-flashair │ ├── README.md │ └── flashre - r2con.pdf ├── 8051s-all-the-way-down │ └── r2con2018-8051s-all-the-way-down.pdf ├── evm │ └── r2con2018-evm.pdf ├── gsoc-radeco-backend │ └── Radeco Pseudo C Code Generation.pdf ├── gsoc-radeco-cfs │ └── Control Flow Structuring in Radeco.pdf ├── gsoc_cli_improvements │ └── index.html ├── gsoc_cutter_debug │ └── r2con_GSOC_cutter_debugger.pdf ├── r2pipe-api │ └── r2con_r2pipe_api.pdf ├── riding-the-wave │ ├── README.md │ └── r2con2018-RidingTheWave.pdf ├── swift-frida │ └── r2con2018_swift_frida.pdf ├── thimbleweed │ └── hacking-twp.pdf └── unpacking │ ├── README.md │ └── Unpacking-a-Non-Unpackables.pdf └── trainings ├── Introduction to radare2 └── Introduction to Radare2.pdf ├── developing-internals └── r2con2018-DevelopingInternals.pdf ├── frida └── r2con2018-frida.pdf └── heap-corruptions └── heap-exploitation.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/README.md -------------------------------------------------------------------------------- /ctf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/README.md -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/README.md -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/decrypt_func.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/decrypt_func.dot -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/decrypt_func.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/decrypt_func.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/disqualified_6144fa7e73cf0337215b60737fb2384b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/disqualified_6144fa7e73cf0337215b60737fb2384b.bin -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/disqualified_str_xref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/disqualified_str_xref.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/entry2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/entry2.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/f12_graph.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/f12_graph.dot -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/f12_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/f12_graph.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/fcn_f12_encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/fcn_f12_encrypted.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/init_key_visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/init_key_visual.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/main.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/main_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/main_graph.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/main_visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/main_visual.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/sections.png -------------------------------------------------------------------------------- /ctf/YoloSw4g/Disqualified/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/Disqualified/solve.py -------------------------------------------------------------------------------- /ctf/YoloSw4g/R2ulette3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/R2ulette3/README.md -------------------------------------------------------------------------------- /ctf/YoloSw4g/R2ulette3/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/YoloSw4g/R2ulette3/solve.py -------------------------------------------------------------------------------- /ctf/ant74/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/ant74/README.md -------------------------------------------------------------------------------- /ctf/games/Cyb3r4nal/Cyb3r4nal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/Cyb3r4nal/Cyb3r4nal -------------------------------------------------------------------------------- /ctf/games/Cyb3r4nal/README.md: -------------------------------------------------------------------------------- 1 | # Cyb3r4nal 2 | By @as0ler (a.k.a. murphy) 3 | -------------------------------------------------------------------------------- /ctf/games/forceme/README.md: -------------------------------------------------------------------------------- 1 | # Forceme 2 | By @as0ler (a.k.a. murphy) 3 | -------------------------------------------------------------------------------- /ctf/games/forceme/forceme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/forceme/forceme -------------------------------------------------------------------------------- /ctf/games/lets_go/README.md: -------------------------------------------------------------------------------- 1 | # Lets Go 2 | By @zlowram 3 | -------------------------------------------------------------------------------- /ctf/games/lets_go/lets_go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/lets_go/lets_go -------------------------------------------------------------------------------- /ctf/games/psv/README.md: -------------------------------------------------------------------------------- 1 | # PSV 2 | By @atorralba 3 | -------------------------------------------------------------------------------- /ctf/games/psv/psv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/psv/psv -------------------------------------------------------------------------------- /ctf/games/r2ulette/README.md: -------------------------------------------------------------------------------- 1 | # R2ulette 2 | By @as0ler (a.k.a. murphy) 3 | -------------------------------------------------------------------------------- /ctf/games/r2ulette/r2ulette1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/r2ulette/r2ulette1 -------------------------------------------------------------------------------- /ctf/games/r2ulette/r2ulette2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/r2ulette/r2ulette2 -------------------------------------------------------------------------------- /ctf/games/r2ulette/r2ulette3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/r2ulette/r2ulette3 -------------------------------------------------------------------------------- /ctf/games/rotten/README.md: -------------------------------------------------------------------------------- 1 | # Rotten 2 | By @as0ler (a.k.a. murphy) 3 | -------------------------------------------------------------------------------- /ctf/games/rotten/rotten: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/rotten/rotten -------------------------------------------------------------------------------- /ctf/games/scrabble/README.md: -------------------------------------------------------------------------------- 1 | # Scrabble 2 | By @as0ler (a.k.a. murphy) 3 | -------------------------------------------------------------------------------- /ctf/games/scrabble/scrabble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/scrabble/scrabble -------------------------------------------------------------------------------- /ctf/games/zoltan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/zoltan/README.md -------------------------------------------------------------------------------- /ctf/games/zoltan/zoltan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/games/zoltan/zoltan -------------------------------------------------------------------------------- /ctf/grepharder/egypt_writeup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/grepharder/egypt_writeup.md -------------------------------------------------------------------------------- /ctf/ramandi/writeupBrasil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/ramandi/writeupBrasil.txt -------------------------------------------------------------------------------- /ctf/russia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/russia.md -------------------------------------------------------------------------------- /ctf/tasteless/legend_of_zoltan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/ctf/tasteless/legend_of_zoltan.md -------------------------------------------------------------------------------- /r2con2018-opening.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/r2con2018-opening.pdf -------------------------------------------------------------------------------- /r2conAwards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/r2conAwards.pdf -------------------------------------------------------------------------------- /talks/01-intro_r2_humans/introducing-radare2-humans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/01-intro_r2_humans/introducing-radare2-humans.pdf -------------------------------------------------------------------------------- /talks/03-r2dec/r2dec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/03-r2dec/r2dec.pdf -------------------------------------------------------------------------------- /talks/04-function-recognition/windows-malware-function-recognition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/04-function-recognition/windows-malware-function-recognition.pdf -------------------------------------------------------------------------------- /talks/05-cutter/r2con 2018 - Cutter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/05-cutter/r2con 2018 - Cutter.pdf -------------------------------------------------------------------------------- /talks/07-reversing-SRIOV/Reversing-SR-IOV-For-Fun-And-Profit-Adir-Abraham-r2con-07-09-18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/07-reversing-SRIOV/Reversing-SR-IOV-For-Fun-And-Profit-Adir-Abraham-r2con-07-09-18.pdf -------------------------------------------------------------------------------- /talks/08-YaraRET/NotAnotherRET.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/08-YaraRET/NotAnotherRET.pdf -------------------------------------------------------------------------------- /talks/10-hypervisor-level-debugger/r2con 2018 - Hypervisor-Level-Debugger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/10-hypervisor-level-debugger/r2con 2018 - Hypervisor-Level-Debugger.pdf -------------------------------------------------------------------------------- /talks/42-reversing-toshiba-flashair/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/42-reversing-toshiba-flashair/README.md -------------------------------------------------------------------------------- /talks/42-reversing-toshiba-flashair/flashre - r2con.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/42-reversing-toshiba-flashair/flashre - r2con.pdf -------------------------------------------------------------------------------- /talks/8051s-all-the-way-down/r2con2018-8051s-all-the-way-down.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/8051s-all-the-way-down/r2con2018-8051s-all-the-way-down.pdf -------------------------------------------------------------------------------- /talks/evm/r2con2018-evm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/evm/r2con2018-evm.pdf -------------------------------------------------------------------------------- /talks/gsoc-radeco-backend/Radeco Pseudo C Code Generation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/gsoc-radeco-backend/Radeco Pseudo C Code Generation.pdf -------------------------------------------------------------------------------- /talks/gsoc-radeco-cfs/Control Flow Structuring in Radeco.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/gsoc-radeco-cfs/Control Flow Structuring in Radeco.pdf -------------------------------------------------------------------------------- /talks/gsoc_cli_improvements/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/gsoc_cli_improvements/index.html -------------------------------------------------------------------------------- /talks/gsoc_cutter_debug/r2con_GSOC_cutter_debugger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/gsoc_cutter_debug/r2con_GSOC_cutter_debugger.pdf -------------------------------------------------------------------------------- /talks/r2pipe-api/r2con_r2pipe_api.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/r2pipe-api/r2con_r2pipe_api.pdf -------------------------------------------------------------------------------- /talks/riding-the-wave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/riding-the-wave/README.md -------------------------------------------------------------------------------- /talks/riding-the-wave/r2con2018-RidingTheWave.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/riding-the-wave/r2con2018-RidingTheWave.pdf -------------------------------------------------------------------------------- /talks/swift-frida/r2con2018_swift_frida.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/swift-frida/r2con2018_swift_frida.pdf -------------------------------------------------------------------------------- /talks/thimbleweed/hacking-twp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/thimbleweed/hacking-twp.pdf -------------------------------------------------------------------------------- /talks/unpacking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/unpacking/README.md -------------------------------------------------------------------------------- /talks/unpacking/Unpacking-a-Non-Unpackables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/talks/unpacking/Unpacking-a-Non-Unpackables.pdf -------------------------------------------------------------------------------- /trainings/Introduction to radare2/Introduction to Radare2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/trainings/Introduction to radare2/Introduction to Radare2.pdf -------------------------------------------------------------------------------- /trainings/developing-internals/r2con2018-DevelopingInternals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/trainings/developing-internals/r2con2018-DevelopingInternals.pdf -------------------------------------------------------------------------------- /trainings/frida/r2con2018-frida.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/trainings/frida/r2con2018-frida.pdf -------------------------------------------------------------------------------- /trainings/heap-corruptions/heap-exploitation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radareorg/r2con2018/HEAD/trainings/heap-corruptions/heap-exploitation.pdf --------------------------------------------------------------------------------