Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c9c206b
Initial
TetzkatLipHoka Jun 24, 2024
ee946f3
Initial
TetzkatLipHoka Jun 26, 2024
a9278ea
Initial
TetzkatLipHoka Jun 26, 2024
c77b720
Update README.md
TetzkatLipHoka Jun 26, 2024
ae8a10b
Update README.md
TetzkatLipHoka Jun 26, 2024
292e478
Add files via upload
TetzkatLipHoka Jun 26, 2024
4840b28
Update README.md
TetzkatLipHoka Jun 26, 2024
f163fe7
Add files via upload
TetzkatLipHoka Jun 30, 2024
d5c7852
Add files via upload
TetzkatLipHoka Jun 30, 2024
39fb0dd
Add files via upload
TetzkatLipHoka Jun 30, 2024
1e462ca
Add files via upload
TetzkatLipHoka Jul 2, 2024
78731df
Added C
TetzkatLipHoka Jul 2, 2024
971d90d
Update README.md
TetzkatLipHoka Jul 2, 2024
0f91ad3
Update README.md
TetzkatLipHoka Jul 2, 2024
aa13096
Merge branch 'icedland:master' into master
TetzkatLipHoka Jul 3, 2024
d1061a3
Add files via upload
TetzkatLipHoka Jul 3, 2024
0259a65
Formatting/String Handling Speedup
TetzkatLipHoka Jul 3, 2024
8e62452
Update README.md
TetzkatLipHoka Jul 3, 2024
9d7cfc1
Update README.md
TetzkatLipHoka Jul 3, 2024
57eae46
Formatting/String Handling Speedup
TetzkatLipHoka Jul 3, 2024
4c00c23
Combo-functions for faster processing
TetzkatLipHoka Jul 7, 2024
546680e
Formatting/String Handling Speedup
TetzkatLipHoka Jul 14, 2024
631ce71
Merge branch 'icedland:master' into master
TetzkatLipHoka Jul 14, 2024
a2ce157
Merge branch 'icedland:master' into master
TetzkatLipHoka Dec 1, 2024
390c0be
Merge branch 'icedland:master' into master
TetzkatLipHoka Jan 17, 2025
07826cb
Merge branch 'icedland:master' into master
TetzkatLipHoka Mar 27, 2025
702a1fe
Merge branch 'icedland:master' into master
TetzkatLipHoka Jul 13, 2025
4043294
Merge branch 'icedland:master' into master
TetzkatLipHoka Nov 2, 2025
35703f8
Merge branch 'icedland:master' into master
TetzkatLipHoka Jan 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disas
- Python: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-py/README.md)
- JavaScript + WebAssembly: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-js/README.md)
- Lua: [README](https://github.com/icedland/iced/blob/master/src/rust/iced-x86-lua/README.md)
- Delphi: [README](https://github.com/icedland/iced/blob/master/src/Delphi/README.md)

# License

Expand Down
Loading