Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upolevba: detect and display special characters such as backspace #358
Comments
This comment has been minimized.
This comment has been minimized.
|
This also needs to be added to olevba3, of course. |
This comment has been minimized.
This comment has been minimized.
|
olevba3 is now merged with olevba. |
decalage2
added a commit
that referenced
this issue
Apr 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stan Hegt (@stanhegt) and Pieter Ceelen (@pieterceelen) have found an issue with olevba: Some special characters such as backspace may be inserted into the VBA source code or comments, to manipulate what is displayed on the console by olevba:
Solution:
\x08for backspace. They could be colored in red using colorclass. This should not be applied to VBA code returned by the python API, since the issue only applies to console output.