I've taken about a good 6 hours now trying to find strings in Chromium 
memory without any success. I've used Ghidra, and now binwalk and bless hex 
editor to search running process and memory dumps of Chromium for strings 
that should be present in memory, but they are not found.

Does V8 employ some sort of on the fly encryption or compression or custom 
textual representation which makes searching for strings non-trivial?

I've gone as far as extracting compressed portions of memory using binwalk 
and decompressing zlib blocks but none are relevant...

My end goal is to verify at certain moments in my program that a secret is 
no longer present. Simply doing `a = '''` is not sufficient enough for me 
to be sure - I want actually check memory.

Thank you very, very much!

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/6f5024f7-a662-4898-a46d-74ca5ff0e383n%40googlegroups.com.

Reply via email to