-
Hello,
I have build a DLL as a PE32+ executable (64Bit).
With pefile in Python I read the ImageBase with `pe.OPTIONAL_HEADER.ImageBase`. The result in hex format is `0x180000000`.
But when I use a…
-
### Package name
pe-bear
### Package homepage
https://hshrzd.wordpress.com/pe-bear/
### Description
PE-bear is a multi-platform reversing tool for [PE files](https://www.wikiwand.com/en/Portable_…
-
The PE executable i'm currently using entails multiple swf files within it , and the script does extract all of them , but there is just one fatal limitation which is the extracted swf files aren't in…
-
XEX is the executable file format used by the Xbox 360 operating system. It seems to be a crypto and packing container for PPC PE executable files, comparable to UPX or TEEE Burneye. It's likely the 3…
-
Overlay data appended to executable files are not part of the executable image but they are often used to store configuration/another MZ(PE) files/payloads/etc. We should detect the content type of ov…
-
The PE specification will be an input to
- PE generator
- Mapper
- Testbench
It has to have
- An executable and formal way of specifying the ops on data types
- Connections/flow of operands t…
-
Binary that uses libunwind crashes in a binary built in a specific way.
This seems to happen with gold and on ARM, at least with the g++ compiler. For a reason unknown to me, when compiling a C++ e…
Enlik updated
3 years ago
-
Hi!
My PE+ (64 bit) executable file contains the following code at its entry point:
xor eax, eax
cpuid
xor al, al
xor bl, bl
I would like to trace the code step by step by pressing F7 or F…
-
I am running version Repetier Host for Mac 1.1.0 and using Slic3r PE 1.41.3 to do the slicing. I have Slic3r PE selected as the slicer to use under the Slic3r Executable setting, however, when I go to…
kloon updated
5 years ago
-
Hi all!
Today I was going through the process of building the latest version `1.0.3.dev.1` of the launcher with the latest version of the AYON Python API as we required one of the fixes in 1.0.2 an…