fkie-cad / dewolf

A research decompiler implemented as a Binary Ninja plugin.
GNU Lesser General Public License v2.1
162 stars 9 forks source link

Deep copy of ast nodes #408

Closed ebehner closed 1 week ago

ebehner commented 2 months ago

Currently, we did not copy ast-nodes correctly. It was more a shallow copy than a real copy. Change this to have a real copy for ast-nodes.