From 5a0b45ae5793c169dce8f26b2297fc25b7ea2f5c Mon Sep 17 00:00:00 2001 From: mborgerson Date: Mon, 29 Apr 2024 16:50:22 -0700 Subject: [PATCH] List P-Code as an angr IR --- docs/decompilers/directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decompilers/directory.md b/docs/decompilers/directory.md index 8e9255d..7f22283 100644 --- a/docs/decompilers/directory.md +++ b/docs/decompilers/directory.md @@ -15,7 +15,7 @@ Each decompiler should also be listed with some minimal facts about their differ | Decompiler | Attributes | Intermediate Language | Release Date | |------------|------------|-----------|--------------| -| [angr decompiler](https://github.com/angr/angr/tree/master/angr/analyses/decompiler) | 0️⃣, 🌐 | [VEX](https://github.com/angr/vex/tree/8f48c00eadbb31d379b829c01792a9c4a21636d4), [AIL](https://github.com/angr/ailment) | 2018 | +| [angr decompiler](https://github.com/angr/angr/tree/master/angr/analyses/decompiler) | 0️⃣, 🌐 | [VEX](https://github.com/angr/vex/tree/8f48c00eadbb31d379b829c01792a9c4a21636d4), [P-Code](https://spinsel.dev/assets/2020-06-17-ghidra-brainfuck-processor-1/ghidra_docs/language_spec/html/pcoderef.html), [AIL](https://github.com/angr/ailment) | 2018 | | [Binary Ninja](https://binary.ninja/) | 0️⃣ | [BNIL](https://docs.binary.ninja/dev/bnil-llil.html) | 2015 | | [dewolf](https://github.com/fkie-cad/dewolf) | 0️⃣, 🌐, 🔌 | BNIL | 2015 | | [DREAM](https://github.com/CodeIntelligenceTesting/dream-ida) | 0️⃣, 🌐, 💀, 🔌 | Micro Code | 2015 |