Arbitrary page-cache write primitive for any readable file. Usage: with PageCacheWriter("/usr/bin/su") as w: w.write(0x1040, b"\\x31\\xc0\\x48\\x89\\xc7...") w.write(0x2000, b"any length data here") Constraints: - File must be readable (open wit
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected