3 Commits

Author SHA1 Message Date
neru e70323c86b docs: add icon to readme
Build / build (push) Has been cancelled
2026-06-20 09:21:48 -03:00
neru 9f5abefb34 docs: add images and sources
Build / build (push) Successful in 9m28s
2026-06-20 09:18:59 -03:00
neru f6ac12962d fix: remove unneeded def 2026-06-20 09:18:29 -03:00
5 changed files with 2 additions and 5 deletions
+2
View File
@@ -1,4 +1,6 @@
<h1 align="center"> <h1 align="center">
<img src="img/favicon.ico" height="64">
<br/>
<b>Hex: Unlocked</b> <b>Hex: Unlocked</b>
</h1> </h1>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

BIN
View File
Binary file not shown.
-5
View File
@@ -17,11 +17,6 @@
#include <processthreadsapi.h> #include <processthreadsapi.h>
#include <handleapi.h> #include <handleapi.h>
#ifndef CREATE_NO_WINDOW
// from: WinBase.h
#define CREATE_NO_WINDOW 0x08000000
#endif
bool running = true; bool running = true;
TinyMITMProxy* proxy = nullptr; TinyMITMProxy* proxy = nullptr;
ProxyConfigurator* conf = nullptr; ProxyConfigurator* conf = nullptr;