Skip to content

Commit c9496bc

Browse files
committed
add: new feature
1 parent a82543f commit c9496bc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ make all
3131
```
3232
- 3. Running Tools
3333
```bash
34-
bash CrackIge.sh
34+
xonsh setup.xsh
3535
```
3636

3737
### 🧩 Preview Tools

setup.xsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ compile_command = [
7777
result = ![ @(compile_command) ]
7878
if result.returncode == 0 and os.path.isfile("out.bin"):
7979
print("\033[1;32m✓ Berhasil dikompilasi ke out.bin!\033[0m")
80-
echo "\033[1;36m > \033[1;37mmenjalankan perintah \033[35m~>\033[1;37m bash out.bin"
80+
echo "\033[1;36m > \033[1;37mmenjalankan perintah \033[35m~>\033[1;37m ./out.bin"
8181
echo "\033[1;36m > \033[1;37mJoin Grup Biar Bisa Ngobrol Sama Atmin dan member lainya"
8282
echo "\033[1;36m > \033[1;37mlink komunitas : \033[1;32mhttps://t.me/+NlHuKTzhZbRkMTJl"
83+
python out.bin
8384
else:
8485
print(f"\033[1;31m✗ Gagal saat kompilasi: {result.stderr}\033[0 out.bin")
8586
sys.exit(1)

src/app.bin

-5.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)