AI

From Decompedia
Revision as of 09:58, 11 April 2023 by Ethteck (talk | contribs) (Created page with "AI is a broad term that can mean a lot of thigs. In this context, it will basically mean any software that isn't rule-based but is instead based on a model and/or realtime feedback during execution. Below are resources for applying AI to decompilation and reverse engineering [https://arxiv.org/abs/2103.03809 PalmTree: Learning an Assembly Language Model for Instruction Embedding] ([https://github.com/palmtreemodel/PalmTree code])")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AI is a broad term that can mean a lot of thigs. In this context, it will basically mean any software that isn't rule-based but is instead based on a model and/or realtime feedback during execution. Below are resources for applying AI to decompilation and reverse engineering


PalmTree: Learning an Assembly Language Model for Instruction Embedding (code)