Skip to content

Commit

Permalink
Removing newsletter and content related to it
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Oct 19, 2024
1 parent fbdccb7 commit 38e4bc6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 141 deletions.
2 changes: 0 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

<div class="footer-col footer-col-2">
<ul class="contact-list">
<li><a href="/subscribe"><strong>Newsletter</strong></a></li>
<li><a class="u-email" href="/privacy-policy">Privacy policy</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-09-14-rpc-tracing-improvements-in-wtrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ wtrace.exe --symbols="SRV*C:\symbols\*https://msdl.microsoft.com/download/symbol

The procedure resolution works only for local RPC servers. Apart from RPC parsing improvements, wtrace 3.3 includes minor fixes and optimizations, so give it a try the next time you need to trace something in the system.

If you're willing to learn a bit more about how RPC name resolution works, the next section is for you :) Otherwise, thank you for using wtrace and if you'd like to keep in touch, please [subscribe to the wtrace newsletter](/subscribe)
If you're willing to learn a bit more about how RPC name resolution works, the next section is for you :)

### How procedure name resolution works?

Expand Down
2 changes: 0 additions & 2 deletions _posts/2023-11-25-announcing-withdll.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ permalink: /2023/11/25/withdll-dll-injection-tool/

I am happy to share with you a new open-source troubleshooting utility: **withdll**. I created it inspired by one of the samples in the [Detours](https://github.com/microsoft/Detours) library with the same name. Withdll is a small tool, written in C#, that can **inject DLLs into newly started or already running Windows processes** (both 32- and 64-bit). If you are wondering why you may want to load a DLL into a remote process, think of those two example scenarios: patching some code in a remote process memory or collecting a trace of function calls made by a remote process. For the latter scenario, I prepared [a short guide](https://wtrace.net/guides/using-withdll-and-detours-to-trace-winapi/) in which I present how you may use Detours sample libraries to collect traces of Win API calls. The withdll source code is available in [its GitHub repository](https://github.com/lowleveldesign/withdll).

Thank you for being a wtrace.net subscriber and until the next time!

<br />
*PS. If you need to interact with native libraries on Windows, I highly recommend checking the [CsWin32 project](https://github.com/microsoft/CsWin32). It helped me tremendously in generating the C# bindings for the Detours library. In case you are interested, I described the whole process in [a post on my blog](https://lowleveldesign.wordpress.com/2023/11/23/generating-c-bindings-for-native-windows-libraries/).*
46 changes: 0 additions & 46 deletions assets/css/classic-10_7.css

This file was deleted.

4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ feature_image: /assets/img/background.jpg

## Hello fellow diagnosers!

I created this site to share with you notes (guides) and tools that I have created during my career as a software developer and troubleshooter. [**Guides**](/guides/) do not contain much theory but rather describe techiniques, tools, and scripts with their usage examples. I try to keep them updated with new things I learn and discover.

The tools I like most are portable applications: easy to deploy, straightforward to use, but insightful at the same time. I try to create applications in this genre. Some are [already published](/tools/), and some are in development or still in my head. I will use the newsletter to post updates, so please [**subscribe**](/subscribe/) if you're interested.
I created this site to share with you notes (guides) and tools that I have created during my career as a software developer and troubleshooter. [**Guides**](/guides/) do not contain much theory but rather describe techniques, tools, and scripts with their usage examples. I try to keep them updated with new things I learn and discover.

I hope you will find the materials helpful. Please visit the [about](/about/) page if you wish to contact me.
33 changes: 0 additions & 33 deletions privacy-policy.md

This file was deleted.

44 changes: 0 additions & 44 deletions subscribe.md

This file was deleted.

10 changes: 0 additions & 10 deletions thank-you.md

This file was deleted.

0 comments on commit 38e4bc6

Please sign in to comment.