Jupiter

Results 10 comments of Jupiter

## Bug Status - **Confirmed** - Initially reported by @greenozon - Checked by @upiter ## Workaround - Remove certificates before any modification ## Bug fix Progress - Added to _non-critical_...

Disasm is usually stopped in case of `ret` or many `int 3` or `nop` instructions.

1. Reason is not to disasm garbage bytes. 2. If you need to disasm code, disasm at entry point (Optional Header > Entry Point, press `D` button at the right...

Thank you for your willingness. I see different options: - I could build it on my system (OS X 10.11.6 El Capitan) using `cmake` or `qmake` (via something like your...

@hasherezade remember that [Travis CI](https://travis-ci.com/plans) is free for open source projects only

@hasherezade, you rock! Thank you so much for providing native macOS build! I've tested [0.5.5.4](https://github.com/hasherezade/pe-bear-releases/releases/tag/0.5.5.4) and found some issues mostly specific to macOS. I can mention all issues here or...

[System Requirements](https://github.com/petoolse/petools#system-requirements): - Administrative rights for `SeDebugPrivilege` P.S. Достаточно умный человек читает README

Updated (1.54 from 2022) version here: - [upiter/msieve](https://github.com/upiter/msieve) With updated readme in markdown.

Please upload an example of the original and modified files for review.

@greenozon Alex, there are some issues with your file `Clock7.exe` file that make it different from the ordinal executable: 1. PE header is located inside DOS header (at `0x10`), so...