Skip to content

Commit e56d5a9

Browse files
committed
Release v1.4
1 parent 4350c36 commit e56d5a9

File tree

13 files changed

+21
-10
lines changed

13 files changed

+21
-10
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,21 @@ Simple application that allows you to see internals of `hlboot.dat` file.
2323
</div>
2424
</div>
2525

26-
# Planned
26+
Features:
27+
- [hlbc](https://github.com/Gui-Yom/hlbc) Disassembler & Decompiler
28+
- AI Decompiler (requires https://openrouter.ai/ account)
29+
- Function recognizer - allows you to fill function addresses with function names
30+
- Reference finder
31+
- [ImHex](https://github.com/WerWolv/ImHex) Pattern Generator - allows you to build .hexpat for given Class
32+
- Customizable Appearance. Available themes:
33+
- Skeleton
34+
- Wintry
35+
- Modern
36+
- Rocket
37+
- Seafoam
38+
- Vintage
39+
- Sahara
40+
- Hamlindigo
41+
- Gold Nouveau
2742

28-
## ByteSto4t
29-
30-
- Fix decompiler crashes
31-
- Tool that generates `csx` files for chosen class
32-
- Tool that decompiles all functions and saves them in specified folder.
43+
Download [here](https://github.com/FirowMD/hl-rev/releases)

bytesto4t/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytesto4t",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "",
55
"type": "module",
66
"scripts": {

bytesto4t/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytesto4t"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

bytesto4t/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "bytesto4t",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "ru.glatcher.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

bytesto4t/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<div class="h-16 w-16">
124124
<img class="h-auto max-w-full rounded-lg" src="/assets/logo.png" alt="Logo">
125125
</div>
126-
<h1 class="text-4xl">ByteSto4t v.1.3</h1>
126+
<h1 class="text-4xl">ByteSto4t v.1.4</h1>
127127
</div>
128128
<div class="browse-field flex space-x-4">
129129
<input class="input" type="text" placeholder="Enter path to file" bind:value={targetFilePath} on:keydown={onEnterDown} />

docs/images/bytesto4t_1.png

-6.6 KB
Loading

docs/images/bytesto4t_2.png

-14 KB
Loading

docs/images/bytesto4t_3.png

-37.2 KB
Loading

docs/images/bytesto4t_4.png

-57.7 KB
Loading

docs/images/bytesto4t_5.png

-14.3 KB
Loading

0 commit comments

Comments
 (0)