XPEViewer VS pe-util

Compare XPEViewer vs pe-util and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
XPEViewer pe-util
3 1
872 54
- -
10.0 1.4
5 days ago 11 months ago
C++ C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

XPEViewer

Posts with mentions or reviews of XPEViewer. We have used some of these posts to build our list of alternatives and similar projects.

pe-util

Posts with mentions or reviews of pe-util. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-20.
  • Cross Compiling Rust GTK Projects for Windows
    2 projects | dev.to | 20 Feb 2021
    FROM fedora:latest # # Set up system # WORKDIR /root RUN dnf -y update RUN dnf clean all RUN dnf install -y git cmake file gcc make man sudo tar RUN dnf install -y gcc-c++ boost boost-devel # # Build peldd to find dlls of exes # RUN git clone https://github.com/gsauthof/pe-util WORKDIR pe-util RUN git submodule update --init RUN mkdir build WORKDIR build RUN cmake .. -DCMAKE_BUILD_TYPE=Release RUN make RUN mv /root/pe-util/build/peldd /usr/bin/peldd RUN chmod +x /usr/bin/peldd # # Add package.sh # ADD package.sh /usr/bin/package.sh RUN chmod +x /usr/bin/package.sh # # Install Windows libraries # RUN dnf install -y mingw64-gcc RUN dnf install -y mingw64-freetype RUN dnf install -y mingw64-cairo RUN dnf install -y mingw64-harfbuzz RUN dnf install -y mingw64-pango RUN dnf install -y mingw64-poppler RUN dnf install -y mingw64-gtk3 RUN dnf install -y mingw64-winpthreads-static RUN dnf install -y mingw64-glib2-static # # Install rust # RUN useradd -ms /bin/bash rustacean USER rustacean RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN /home/rustacean/.cargo/bin/rustup update # # Set up rust for cross compiling # RUN /home/rustacean/.cargo/bin/rustup target add x86_64-pc-windows-gnu ADD cargo.config /home/rustacean/.cargo/config ENV PKG_CONFIG_ALLOW_CROSS=1 ENV PKG_CONFIG_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/ ENV GTK_INSTALL_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/ # # Setup the mount point # VOLUME /home/rustacean/src WORKDIR /home/rustacean/src # # Build and package executable # CMD ["/usr/bin/package.sh"]

What are some alternatives?

When comparing XPEViewer and pe-util you can also consider the following projects:

pe-bear-releases - PE-bear (builds only)

cpp-ipc - C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.

pe-sieve - Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).

shadesmar - Fast C++ IPC using shared memory

Pepper - PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor.

iceoryx - Eclipse iceoryxâ„¢ - true zero-copy inter-process-communication

x64dbg - An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

v6d - vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)

libpe - Library for parsing internal structures of PE32/PE32+ binary files.

rust-crosscompile - docker for cross compiling rust gtk programs to windows

DIE-engine - DIE engine