add imhex

This commit is contained in:
JMARyA 2024-07-14 02:07:17 +02:00
parent e88b7bf691
commit 17ab7d36e1
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 83 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
obj: meta/collection
rev: 2024-07-10
rev: 2024-07-14
---
# Applications
@ -114,6 +114,7 @@ rev: 2024-07-10
- [Railway](utilities/Railway.md)
- [Wildcard](utilities/Wildcard.md)
- [Textpieces](utilities/Textpieces.md)
- [ImHex](utilities/ImHex.md)
# Mobile
- [Aegis](./utilities/Aegis.md)

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
---
obj: meta/collection
rev: 2024-05-27
rev: 2024-07-14
---
# Hacking
@ -25,4 +25,5 @@ Hacking refers to the process of exploiting a system, device, network or person
## 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.
- [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.