Once again, the virus writers sent employees a Javascript script archive. There is a tricky gathering of some address from ordinary characters and symbols in acsii (example \x65
).
As I study Python, I wanted to replace these ascii characters with regular ones directly in the text and then put them into the address. Trying to define ascii-characters through a regular expression came across such that I can not write a backslash in the expression. double backslash gives two slashes and not one as counted. Prompt to write a regular expression for a string of the form "\x65"
.