Class ObfuscatedFileByteProvider

java.lang.Object
ghidra.app.util.bin.FileByteProvider
ghidra.app.util.bin.ObfuscatedFileByteProvider
All Implemented Interfaces:
ByteProvider, MutableByteProvider, Closeable, AutoCloseable

public class ObfuscatedFileByteProvider extends FileByteProvider
A ByteProvider that reads from an on-disk file, but obfuscates / de-obfuscates the contents of the file when reading / writing.