Class QueryUpdate

java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseUpdate>
ghidra.features.bsim.query.protocol.QueryUpdate

public class QueryUpdate extends BSimQuery<ResponseUpdate>
Request to update the metadata fields of various ExecutableRecords and FunctionDescriptions within a BSim database. This allows quick updates of metadata fields like executable names, function names, and other descriptive metadata fields, without affecting the main index. ExecutableRecord descriptions will be replaced based on the md5 of the executable, and FunctionDescriptions are replaced based on their address within an identified executable. within an executable.