hasherezade
hasherezade
It's a well-known fact, that the PE-bear's hexeditor is a half-baked component, and should be replaced with a redesigned, fully-functional version.
Remove redundant code, use corresponding functions from libpeconv.
Currently only loading of the EXE as a DLL is supported. But in order to call any function, we must manually find and call its address. For easier use, it...
Since [v0.2.1](https://github.com/hasherezade/pe-sieve/releases/tag/v0.2.1) PE-sieve no longer works on XP. The reason is, the function `GetProcessDEPPolicy` is not available on XP, and should be retrieved dynamically. Since the unsupported function is in...
Enable cache by default, first checking how much memory can be used with the help of [`GlobalMemoryStatusEx`](https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-globalmemorystatusex)
Hi! First of all, thank you for your work on this cool decompiler! Recently me and my colleague come across a bug, that causes some of the `if` statements, and...
PE-bear can’t handle tiny, but valid (working) PE files: 61 bytes, 97 bytes, 252 bytes and so on, while CFF Explorer handles this files correctly. Here is a collection of...
_Originally posted by @isimsizolan in https://github.com/hasherezade/pe-bear/discussions/14_
As per [user requests](https://hshrzd.wordpress.com/mycode/16bit-asm/tic-tac-toe-16-bit-asm/#comment-19609): translate all the labels in the code into English.