I have a log and a problem:
when I opened a log I saw the first entry:
REG ADDED!
HKU
S-1-5-21...\Software\Microsoft\Windows\ShellNoRoam\BagMRU
MRUListEx bin:AQAAAAAAAAAMAAAABgAAAAUAAAALAAAACAAAAAoAAAAJAAAABAAAAAIAAAAHAAAAAwAAAP////8=
But I don't understand what the "bin:..." means. I opened Regedit and this is what it shows under MRUListEx: "MRUListEx"=hex:00,00,00,00,01,00,00,00,0c,00,00,00,06,00,00,00,05,00,00,00,0b,\
00,00,00,08,00,00,00,0a,00,00,00,09,00,00,00,04,00,00,00,02,00,00,00,07,00,\
00,00,03,00,00,00,ff,ff,ff,ff
Please help me.
Why doesn't the Zsoft log shows the same binary hex values as Regedit does?
Thank you!
Zsoft:
MRUListEx bin:AQAAAAAAAAAMAAAABgAAAAUAAAALAAAACAAAAAoAAAAJAAAABAAAAAIAAAAHAAAAAwAAAP////8=
Regedit:
"MRUListEx"=hex:00,00,00,00,01,00,00,00,0c,00,00,00,06,00,00,00,05,00,00,00,0b,\
00,00,00,08,00,00,00,0a,00,00,00,09,00,00,00,04,00,00,00,02,00,00,00,07,00,\
00,00,03,00,00,00,ff,ff,ff,ff
Try asking at the ZSoft forums, someone there might be able to explain why there's a difference.
I will try that too - more specifically will ask for a way to toggle hex/base64.
The "bin" value is base64-encoded. It's still different, in that it indicates that the first byte is 1 and the fifth is 0, while the "hex" value has them as 0 and 1.
The MRUList keys and values are constantly changing. This just indicates that it's changed yet again. You can ignore it entirely safely—we do.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Thank you it really represents bits with ASCII if I understand correctly...