From e6eff86c7e1e18cf9e94bb2f472a7922bee2a437 Mon Sep 17 00:00:00 2001 From: nevergiveupcpp Date: Fri, 20 Mar 2026 09:46:21 +0700 Subject: [PATCH] refactor: move images to docs/images --- .github/workflows/ci.yml | 2 +- README.md | 8 ++++---- {images => docs/images}/banner.png | Bin {images => docs/images}/gcc.png | Bin {images => docs/images}/llvm.png | Bin {images => docs/images}/msvc.png | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename {images => docs/images}/banner.png (100%) rename {images => docs/images}/gcc.png (100%) rename {images => docs/images}/llvm.png (100%) rename {images => docs/images}/msvc.png (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed2dad2..8eaf380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Run working-directory: tests/benchmark/build/msvc-x64/Release - run: ./benchmark-pvm.exe --benchmark_format=json --benchmark_out=result.json + run: ./benchmark-obfuscxx.exe --benchmark_format=json --benchmark_out=result.json - name: Store results uses: benchmark-action/github-action-benchmark@v1 diff --git a/README.md b/README.md index 2eec554..e33d422 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # obfuscxx

- +

## Description @@ -26,9 +26,9 @@ The screenshots show only a small portion of the int main() function. In reality - - - + + +

MSVC, LLVM, GCC compilation (int main(), Level: Low, Arch: x86-64, SIMD Insn: AVX2, SSE2)

diff --git a/images/banner.png b/docs/images/banner.png similarity index 100% rename from images/banner.png rename to docs/images/banner.png diff --git a/images/gcc.png b/docs/images/gcc.png similarity index 100% rename from images/gcc.png rename to docs/images/gcc.png diff --git a/images/llvm.png b/docs/images/llvm.png similarity index 100% rename from images/llvm.png rename to docs/images/llvm.png diff --git a/images/msvc.png b/docs/images/msvc.png similarity index 100% rename from images/msvc.png rename to docs/images/msvc.png