https://github.com/redsiege/what-the-f
This repo hosts a poc of how to execute F# code within an unmanaged process
https://github.com/redsiege/what-the-f
Last synced: about 1 year ago
JSON representation
This repo hosts a poc of how to execute F# code within an unmanaged process
- Host: GitHub
- URL: https://github.com/redsiege/what-the-f
- Owner: RedSiege
- License: gpl-3.0
- Created: 2021-04-27T23:01:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T11:15:23.000Z (about 2 years ago)
- Last Synced: 2025-05-07T21:04:02.365Z (about 1 year ago)
- Language: C++
- Size: 62.8 MB
- Stars: 67
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What The F#
This repo is a collection of a variety of F# scripts that can be utilized on assessments.
Some of the code within this project includes:
* UnmanagedFSharp - A method to execute F# code within an unmanaged process
* Shellcode Loaders - Various F# scripts that inject shellcode into memory utilizing multiple techniques
* Evasions - Different scripts that port existing C# evasion techniques to F#
* OperatingWithFSharp.md - A quick reference detailing the various ways to execute an F# assembly on a target host
* What The F.pptx - Presentation outlining how to use F# on offensive security assessments.