This commit is contained in:
JMARyA 2025-06-21 04:09:59 +02:00
parent 9ec7a79348
commit 0a4140ae8c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 2 additions and 4 deletions

View file

@ -5,8 +5,6 @@ repo: https://github.com/NationalSecurityAgency/ghidra
rev: 2024-04-15 rev: 2024-04-15
--- ---
#refactor
# Ghidra # Ghidra
Ghidra is a powerful open-source software reverse engineering (SRE) suite developed by the National Security Agency (NSA) that enables users to analyze compiled code to understand its functionality, vulnerabilities, and inner workings. Ghidra is a powerful open-source software reverse engineering (SRE) suite developed by the National Security Agency (NSA) that enables users to analyze compiled code to understand its functionality, vulnerabilities, and inner workings.

View file

@ -177,11 +177,11 @@ enum Route {
} }
fn Home() -> Element { fn Home() -> Element {
todo!() // HomePage...
} }
fn Blog() -> Element { fn Blog() -> Element {
todo!() // BlogPage...
} }
``` ```