首页
社区
课程
招聘
[转帖]ImHex 1.34.0(18楼)
发表于: 2020-12-4 06:22 13372

[转帖]ImHex 1.34.0(18楼)

2020-12-4 06:22
13372

ImHex

A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM.

Features

Featureful hex view

Byte patching

Patch management

Copy bytes as feature

Bytes

Hex string

C, C++, C#, Rust, Python, Java & JavaScript array

ASCII-Art hex view

HTML self contained div

String and hex search

Colorful highlighting

Goto from start, end and current cursor position

Custom C++-like pattern language for parsing highlighting a file's content

Automatic loading based on MIME type

arrays, pointers, structs, unions, enums, bitfields, using declarations, litte and big endian support

Useful error messages, syntax highlighting and error marking

Data importing

Base64 files

IPS and IPS32 patches

Data exporting

IPS and IPS32 patches

Data Exporting

Data inspector allowing interpretation of data as many different types (little and big endian)

Huge file support with fast and efficient loading

Strings search

Copying of strings

Copying of demangled strings

File hashing support

CRC16 and CRC32 with custom initial values and polynomials

MD4, MD5

SHA-1, SHA-224, SHA-256, SHA-384, SHA-512

Disassembler supporting many different architectures

ARM32 (ARM, Thumb, Cortex-M, aarch32)

ARM64

MIPS (MIPS32, MIPS64, MIPS32R6, Micro)

x86 (16 bit, 32 bit, 64 bit)

PowerPC (32 bit, 64 bit)

Sparc

SystemZ

XCore

M68K

TMS320C64X

M680X

Ethereum

Bookmarks

Region highlighting

Comments

Data Analyzer

File magic based file parser and MIME type database

Byte distribution graph

Entropy graph

Highest and avarage entropy

Encrypted / Compressed file detection

Helpful tools

Itanium and MSVC demangler

ASCII table

Regex replacer

Mathematical expression evaluator (Calculator)

Hexadecimal Color picker

Built-in cheat sheet for pattern language and Math evaluator

Doesn't burn out your retinas when used in late-night sessions

https://github.com/WerWolv/ImHex


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

最后于 2024-6-6 00:57 被linhanshi编辑 ,原因:
收藏
免费 4
支持
分享
最新回复 (20)
雪    币: 2311
活跃值: (8720)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

本地存档

上传的附件:
2020-12-4 09:03
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
FleTime 本地存档
2020-12-4 09:06
0
雪    币: 1810
活跃值: (4020)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
看起来不错
2020-12-4 11:36
0
雪    币: 453
活跃值: (261)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
感谢分享
2020-12-4 14:18
0
雪    币: 203
活跃值: (27)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
看起来还不错的样子,介绍还有点小幽默
2020-12-7 15:15
0
雪    币: 251
活跃值: (468)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
看起来还是有些亮点,但是问题还很多啊,拖入exe文件经常会死掉,要用打开功能才行。
不支持汉字,不支持代码页。显示文本的打开功能还是不如winhex。
谢谢楼主分享!
2020-12-12 22:57
0
雪    币: 3017
活跃值: (27722)
能力值: (RANK:420 )
在线值:
发帖
回帖
粉丝
8

版本:v1.6.1

更新日期:2021年1月11日

下载地址:https://github.com/WerWolv/ImHex/releases/

更新信息:

Additions

  • Added a MSI installer for Windows
    • Thanks a lot to @roblabla for his work on this!
  • Added a console to the pattern window to show evaluator infos, warnings and errors
  • Added assertwarnAssert and print builtin functions
  • Added a right click context menu to the Hex editor window
  • Added engineering display mode to Calculator
  • Various UI improvements

Bug fixes

  • Fixed findSequence builtin function not working correctly
  • Fixed issues with bitfields, enums and unions
  • Fixed a bunch of crashes when using the pattern language
  • Fixed invalid display of 64 bit values in the pattern data window
  • Fixed bitfield entries displaying an invalid type
  • Fixed empty structs displaying a wrong offset
  • Fixed a off-by-one error that prevented arrays from going to the end of the data
  • Fixed boolean OR operator not working at all
  • Fixed applying of defines
  • Improved UTF-8 display in data inspector
  • Various cmake improvements


2021-2-1 12:45
0
雪    币: 919
活跃值: (163)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
2021-2-2 11:43
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
10
ImHex v1.10.1
https://github.com/WerWolv/ImHex/releases/

2021-11-20 05:48
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
11
v1.12.0

Changelog
Additions
Added GDB Server data provider
This allows accessing memory data from running processes, microcontrollers and many other things. ImHex can attach to any running GDB Server over the network
Added Raw Disk data provider
This allows accessing raw disk images or partitions of devices connected to your computer
Pattern Language: Added std::env function and a configuration menu for it
This lets you query strings, integers, bools and floats from a list and use them within the script making configuring patterns much easier.
Added "File -> Save Pattern..." option to save the current pattern language code
Improvements
Added selection size in hexadecimal to hex editor view
Redid data provider reading and writing. This should fix many issues with non-zero base addresses or large files with multiple pages
ImHex now uses the native API to open websites so the command line window doesn't pop up every time you're clicking on a link
Improved about and settings page
Added icon to footer when ImHex is being run with Administrator or root permissions
Bug Fixes
Pattern Language: Fixed variable access inside of pointer pattern yielding invalid results
Pattern Language: Fixed indexing of static arrays
Fixed bookmark colors not being saved into projects
Fixed flickering of the window on Windows if it was full screen
Fixed window border and shadow rendering on Windows more consistent with other windows
Fixed cursor not changing to the right resize arrow in the window corners

2021-12-15 00:49
0
雪    币: 807
活跃值: (2273)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
12

         在我这里(Windows 7 SP1 x64) "Open File ..."  菜单失灵,点击后无任何反应,用拖放方式添加二进制文件直接奔溃。

         在 Linux 系统测试,提示缺少动态库:libglfw.so.3

最后于 2021-12-15 12:53 被老伙计编辑 ,原因:
2021-12-15 12:51
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
13

ImHex 1.31.0

https://github.com/WerWolv/ImHex/releases/

2023-9-26 18:10
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
14
ImHex 1.31.2
https://github.com/WerWolv/ImHex/releases/
2024-1-7 14:32
0
雪    币: 1415
活跃值: (2220)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
15
感谢分享,不错的hex工具,又多了一个选择
2024-1-7 15:07
0
雪    币: 3070
活跃值: (30876)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
16
感谢分享
2024-1-8 13:54
1
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
17
ImHex 1.33.0
https://github.com/WerWolv/ImHex/releases/
2024-3-5 06:00
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
18
ImHex 1.34.0
https://github.com/WerWolv/ImHex/releases/
2024-6-6 00:55
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
19
ImHex 1.35.1
https://github.com/WerWolv/ImHex/releases/
2024-6-30 03:13
0
雪    币: 201
活跃值: (21)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
20
ImHex 1.35.3
https://github.com/WerWolv/ImHex/releases/
2024-6-30 09:07
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
21
ImHex 1.35.4
https://github.com/WerWolv/ImHex/releases/
2024-7-12 19:42
0
游客
登录 | 注册 方可回帖
返回
//