Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkomio/misc
A repository with simple projects created for testing/learning purpose
https://github.com/enkomio/misc
programming reverse-engineering security utility
Last synced: about 2 months ago
JSON representation
A repository with simple projects created for testing/learning purpose
- Host: GitHub
- URL: https://github.com/enkomio/misc
- Owner: enkomio
- License: mit
- Created: 2018-11-20T18:52:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T15:01:37.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:54:16.306Z (9 months ago)
- Topics: programming, reverse-engineering, security, utility
- Language: F#
- Size: 9.38 MB
- Stars: 45
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misc
A repository with simple projects created for testing/learning purpose.## Current projects
### Messing with Hex-Rays decompiler
A simple project that shows that putting a total trust in the decompiled code isn't always a good idea. Tested with Hex-Rays decompiler.### Add resource to PE
This simple program will add (or replace) a resource in a PE file.### Compare two directories and show the files that differ
This tool will allows to compare two directories and show the files that differ according to different hashes, new files and if they were moved to another location. Download compiled binary.### hm0x14 CTF writeup
The code of the writeup for the Hackmeeting 0x14 reversing challenge.### Code Jam 2019
The code that I wrote to pass the first round of the Google Code Jam 2019. The solution contains only the solution out of four problems.### Binary Analysis Frameworks
A list of framework to do Binary Analysis:
BinaryAnalysisFrameworksDoc### Process Re-Parenting
This project creates a new process as a child of another process.### CheckDebuggerCrossArchitecture
This project detects a debugger by invoking x64 code from an x86 process.### Words generator
This simple code creates all possible words given as input an alphabet of arbitrary length (it can be used to generate all passwords given a set of characters).