EXCELntDonut
EXCELntDonut copied to clipboard
Not working!!!maybe the reason is the system is not english?
the shellcode which writen to memory changed to 0x20 if the ascii vaule >=0x80.
I test it with Excel 2016x64 and Excel 2013x64 ,but they both doesn't work. Anybody can give me help.Thank you.
It's definitely possible this doesn't work due to a different language pack. This tool has only been tested on English-based versions of Excel and will only be maintained for those versions. If you find a fix and want to submit a pull request, we'd be happy to merge it in for others.
I try to use base64 decoder to bypass this problem, but i meet new a problem. I can't pass a NULL POINTER to CryptStringToBinaryA function.