Jupiter

Results 7 issues of Jupiter

# Relocation listing interrupted when VirtualAddress is zero ## Description When `IMAGE_BASE_RELOCATION.VirtualAddress` is equal to zero, PE Tools interrupts listing of relocations. But Windows PE loader checks only address range...

bug
non-critical

@hasherezade, do you plan to release **macOS** version of PE-bear? Currently I succeeded to run 32 bit version of PE-bear `v0.3.8` on macOS under Wine (3.0), but it's not native...

# XOpcodeCalc startup crash on macOS ## Brief XOpcodeCalc `0.5` crashes at startup on macOS. ## Details macOS version: - `12.5.1` (21G83) XOpcodeCalc version: - [0.05](https://github.com/horsicq/XOpcodeCalc/releases/tag/0.05) ## System Crash Report...

- Level 1 image path fixed

Fix comment line with extra `/*` in it. This fixes gcc/clang warning ('/*' within block comment).

## Overview Use PyOpenSSL `23.2.0` (2023-05-30) where `OpenSSL.crypto.sign` and `OpenSSL.crypto.verify` are not yet deprecated. ## Deprecation Details Since PyOpenSSL [23.3.0](https://www.pyopenssl.org/en/stable/changelog.html#id29) (2023-10-25) following functions are deprecated: - `OpenSSL.crypto.sign` - `OpenSSL.crypto.verify` ##...