add imhex
This commit is contained in:
parent
e88b7bf691
commit
17ab7d36e1
3 changed files with 83 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
obj: meta/collection
|
obj: meta/collection
|
||||||
rev: 2024-07-10
|
rev: 2024-07-14
|
||||||
---
|
---
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
|
@ -114,6 +114,7 @@ rev: 2024-07-10
|
||||||
- [Railway](utilities/Railway.md)
|
- [Railway](utilities/Railway.md)
|
||||||
- [Wildcard](utilities/Wildcard.md)
|
- [Wildcard](utilities/Wildcard.md)
|
||||||
- [Textpieces](utilities/Textpieces.md)
|
- [Textpieces](utilities/Textpieces.md)
|
||||||
|
- [ImHex](utilities/ImHex.md)
|
||||||
|
|
||||||
# Mobile
|
# Mobile
|
||||||
- [Aegis](./utilities/Aegis.md)
|
- [Aegis](./utilities/Aegis.md)
|
||||||
|
|
78
technology/applications/utilities/ImHex.md
Normal file
78
technology/applications/utilities/ImHex.md
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
obj: meta/collection
|
obj: meta/collection
|
||||||
rev: 2024-05-27
|
rev: 2024-07-14
|
||||||
---
|
---
|
||||||
|
|
||||||
# Hacking
|
# Hacking
|
||||||
|
@ -25,4 +25,5 @@ Hacking refers to the process of exploiting a system, device, network or person
|
||||||
## Tools
|
## Tools
|
||||||
- [Ghidra](../applications/development/Ghidra.md): An open-source reverse engineering tool that allows users to analyze and decompile compiled binaries, identify vulnerabilities, and develop exploits for various operating systems and platforms.
|
- [Ghidra](../applications/development/Ghidra.md): An open-source reverse engineering tool that allows users to analyze and decompile compiled binaries, identify vulnerabilities, and develop exploits for various operating systems and platforms.
|
||||||
- [hashcat](../applications/cli/hashcat.md): A powerful command-line tool designed for password cracking, offering support for a wide range of hash types and cracking modes to help users recover lost or forgotten credentials from various sources.
|
- [hashcat](../applications/cli/hashcat.md): A powerful command-line tool designed for password cracking, offering support for a wide range of hash types and cracking modes to help users recover lost or forgotten credentials from various sources.
|
||||||
- [crunch](../applications/cli/crunch.md): A versatile wordlist generator that can create customized dictionaries of potential passwords by combining user-defined characters, patterns, and rules, helping users improve their password security and resilience against brute-force attacks.
|
- [crunch](../applications/cli/crunch.md): A versatile wordlist generator that can create customized dictionaries of potential passwords by combining user-defined characters, patterns, and rules, helping users improve their password security and resilience against brute-force attacks.
|
||||||
|
- [ImHex](../applications/utilities/ImHex.md): A powerful hex editor designed for reverse engineering and binary analysis that offers a wide range of features to help users modify and analyze binary files.
|
||||||
|
|
Loading…
Reference in a new issue