OffNim igm

pull/1/head
Swissky 2022-09-30 17:53:38 +02:00
parent 330f077473
commit 73998c0dd5
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ title: Offensive Nim - Auto Obfuscate Strings with Nim's Term-Rewriting Macros
TLDR: Use `nim-strenc`, or read below to discover how to write your own Nim macro. TLDR: Use `nim-strenc`, or read below to discover how to write your own Nim macro.
![NimMacro]({{ site.baseurl }}/images/OffensiveNim/nimlang.png)
Lately I discovered the repository [Yardanico/nim-strenc](https://github.com/Yardanico/nim-strenc), you can use it very easily in your Nim code by importing `strenc`. Lately I discovered the repository [Yardanico/nim-strenc](https://github.com/Yardanico/nim-strenc), you can use it very easily in your Nim code by importing `strenc`.
Let's try it on this simple example. First you need to install the package using this command: `nimble install strenc` Let's try it on this simple example. First you need to install the package using this command: `nimble install strenc`
<!--more--> <!--more-->

BIN
images/OffensiveNim/nimlang.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB