You are here

Zsoft log, registry

5 posts / 0 new
Last post
ImStillA - Beginner
Offline
Last seen: 12 years 4 months ago
Joined: 2010-09-26 12:34
Zsoft log, registry

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

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Ask at ZSoft forums

Try asking at the ZSoft forums, someone there might be able to explain why there's a difference.

ImStillA - Beginner
Offline
Last seen: 12 years 4 months ago
Joined: 2010-09-26 12:34
I will try that too - more

I will try that too - more specifically will ask for a way to toggle hex/base64.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
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

ImStillA - Beginner
Offline
Last seen: 12 years 4 months ago
Joined: 2010-09-26 12:34
Thank you it really

Thank you it really represents bits with ASCII if I understand correctly...

Log in or register to post comments