AI: Difference between revisions
Jump to navigation
Jump to search
(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])") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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 | 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 instead uses a model and/or realtime feedback at runtime. 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]) | [https://arxiv.org/abs/2103.03809 PalmTree: Learning an Assembly Language Model for Instruction Embedding] ([https://github.com/palmtreemodel/PalmTree code]) | ||
[https://arxiv.org/pdf/1905.08325.pdf Towards Neural Decompilation] | |||
[https://github.com/albertan017/LLM4Decompile LLM4Decompile] |
Latest revision as of 13:51, 19 March 2024
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 instead uses a model and/or realtime feedback at runtime. Below are resources for applying AI to decompilation and reverse engineering
PalmTree: Learning an Assembly Language Model for Instruction Embedding (code)