mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-06 07:43:58 +08:00
GP-0: Certify
This commit is contained in:
+3
-3
@@ -38,10 +38,10 @@ import ghidra.xml.XmlParseException;
|
|||||||
public class RustUtilities {
|
public class RustUtilities {
|
||||||
/**
|
/**
|
||||||
* Checks if a given {@link MemoryBlock} contains a Rust signature
|
* Checks if a given {@link MemoryBlock} contains a Rust signature
|
||||||
*
|
* <p>
|
||||||
* This is used in the loader to determine if a program was compiled with rust.
|
* This may be used by loaders to determine if a program was compiled with rust.
|
||||||
* If the program is determined to be rust, then the compiler property is set to
|
* If the program is determined to be rust, then the compiler property is set to
|
||||||
* {@Link RustConstants.RUST_COMPILER}.
|
* {@link RustConstants#RUST_COMPILER}.
|
||||||
*
|
*
|
||||||
* @param block The {@link MemoryBlock} to scan for Rust signatures
|
* @param block The {@link MemoryBlock} to scan for Rust signatures
|
||||||
* @return True if the given {@link MemoryBlock} is not null and contains a Rust signature;
|
* @return True if the given {@link MemoryBlock} is not null and contains a Rust signature;
|
||||||
|
|||||||
Reference in New Issue
Block a user