1
0
mirror of synced 2024-09-24 11:38:26 +02:00
ImHex/plugins
PerikiyoXD 11f75f72ee
feat: Add search options for string encoding and endianness (#1490)
Added search options for string encoding (UTF-8, UTF-16, UTF-32) and
endianness (Little, Big) in the hex editor. This enhancement allows
users to customize the search process based on different string
encodings and byte orders.

Affected files:
- `plugins/builtin/romfs/lang/de_DE.json`
- `plugins/builtin/romfs/lang/en_US.json`
- `plugins/builtin/romfs/lang/es_ES.json`
- `plugins/builtin/romfs/lang/it_IT.json`
- `plugins/builtin/romfs/lang/ja_JP.json`
- `plugins/builtin/romfs/lang/ko_KR.json`
- `plugins/builtin/romfs/lang/pt_BR.json`
- `plugins/builtin/romfs/lang/zh_CN.json`
- `plugins/builtin/romfs/lang/zh_TW.json`
- `plugins/builtin/source/content/views/view_hex_editor.cpp`

Resolves: #1325

---------

Co-authored-by: Nik <werwolv98@gmail.com>
2024-01-27 14:13:41 +01:00
..
builtin feat: Add search options for string encoding and endianness (#1490) 2024-01-27 14:13:41 +01:00
decompress impr: Make plugin features and subcommands work in statically linked builds 2024-01-13 00:34:13 +01:00
diffing fix: fix build with edlib (#1513) 2024-01-25 19:25:51 +00:00
disassembler build: Get rid of pkgconfig as much as possible (#1517) 2024-01-26 12:13:22 +01:00
hashes feat: Added basic byte sum hash 2024-01-21 23:31:53 +01:00
script_loader impr: Switch most usages of modals over to toasts 2023-12-26 00:22:47 +01:00
ui fix: Exit hex editor editing mode when right clicking 2024-01-27 13:41:38 +01:00
visualizers build: Get rid of pkgconfig as much as possible (#1517) 2024-01-26 12:13:22 +01:00
windows impr: Added icons to all menu items 2024-01-08 21:51:48 +01:00
yara_rules build: Get rid of pkgconfig as much as possible (#1517) 2024-01-26 12:13:22 +01:00