-
### Description
When invoking `runtime.MessageDialog` the parent Icon is not propagated to the MessageDialog.
using the `Icon` field on `runtime.MessageDialogOptions` does not change this behavior.…
-
With the cross-compiler built into Go, it should be possible to only use one build machine for all architectures, hence saving Travis CI resources.
However, as long as we are using come C (currentl…
-
### Question
Hi!
I am attempting to perform concrete execution (or emulate) of PE binaries (with obfuscation tools like UPX and Themida) using angr. Specifically, I am trying to utilize the unicorn …
-
Now that we have build support for packing exes, we may want to consider including a native version of upx with the release - so that the user doesn't need to go and find it themselves.
If stuff is…
-
-
```
# Start by building the application.
FROM golang:1.9 as build
# RUN apk add --no-cache git build-base && \
# echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories…
-
```
What steps will reproduce the problem?
1. Put upx.exe to a location searchable in %PATH%
2. Put !packhdr "$%TEMP%\exehead.tmp" 'upx --best "$%TEMP%\exehead.tmp"' line
in the beginning of example1…
-
Having worked some on the kernel's `exeflat` I took on the challenge of undoing the compression that it orchestrates along with UPX. Here's the resulting program: https://hg.pushbx.org/ecm/fddepack/fi…
-
```
Many Windows executables use .UPX packing. There isn't much software that can
extract this weird format (the commercial PE Editor can), but the packer is
open source. It would be nice if this we…
-
```
Many Windows executables use .UPX packing. There isn't much software that can
extract this weird format (the commercial PE Editor can), but the packer is
open source. It would be nice if this we…