NeoQuix

Results 52 comments of NeoQuix

Change of plan: 3.5 dev does not really work with internal view ==> split into original problem + 3.5 update issue

To decide: 1. Same name for every variable or custom ones: - e.G. var, tmp and every other identifier get the same name ==> Var - or custom ones: var...

Also: Substitute variables in a batch (dictionary) instead of iterating over AST every time

Will only go once through the whole tree, but will still call n times replace_variable for all n replacement pairs in the nodes. ==> a bit faster, but not really...

Currently the bug finder does not work, therefore I can't test the mentioned sample. I have another [one](https://github.com/fkie-cad/dewolf/files/15096193/hello_world.tar.gz) (main.main), where the issue only happens on BNinja 3.5 with the new...