An open API service indexing awesome lists of open source software.

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

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.