Explore >> Select a destination


You are here

blog.redxorblue.com
| | thewover.github.io
3.3 parsecs away

Travel
| | TLDR: Presenting DInvoke, a new API in SharpSploit that acts as a dynamic replacement for PInvoke. Using it, we show how to dynamically invoke unmanaged code from memory or disk while avoiding API Hooking and suspicious imports.
| | bc-security.org
3.9 parsecs away

Travel
| |
| | blog.ropnop.com
3.3 parsecs away

Travel
| | Write up of my journey figuring out how to host the CLR and execute .NET assemblies from memory in pure Go.
| | jamiemaguire.net
23.2 parsecs away

Travel
| In the previous blog post, we saw how to use logging to examine planners and help debug your Semantic Kernel solution. In this blog post, you will see how to expose the customer service agent we've been building in a custom webchat experience using ASP.NET Core. This blog ties together many of the concepts from earlier posts and demos. All previous posts in the series can be found here: First Look, Integrating Semantic Kernel with Open AI (Part 0) - An introduction to Semantic Kernel, who is it for, why ...