Code Monkey home page Code Monkey logo

silent_packer's Introduction

Hi there ~ hi

This is the place where I share what I build and break, where I have fun.

⚡️ My open-source projects

  • Obsidian
  • Infosec
  • Algorithmic
    • telos - Implementation of common algorithms and data structures
    • aoc2022 - Advent Of Code 2022, in Rust
    • aoc2023 - Advent Of Code 2023, in Rust
  • Tools
    • sov - Text-editor agnostic tool for personal knowledge management
    • SyncDisBoi - Music streaming platforms (Youtube Music, Spotify) synchronization tool
    • critique.rs - Collection of tools for SensCritique
    • McqConverter - Multiple choice questions format conversion tool (AMC, GIFT)
  • System Configuration
  • Misc
⚡️ Very useless stats

silent_packer's People

Contributors

silentvoid13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

silent_packer's Issues

suppress "[Unpacking...]" on terminal

how can I suppress this string "[Unpacking...]" from being printed to console.

I tried downloading source_code => replacing all "[Unpacking...]" with "" in all files containing it => rebuilding the program,
but this string still existing

cannot run binary which encrypted with aes128_ecb

$ ./Silent_Packer -f hello -c aes128_ecb -m section_insertion -o hello-aes
[] Allocating file in memory ...
[
] Allocating ELF in memory ...
[] Encrypting .text section ...
[
] Random key :
9fa6011b14fcc55610dad2139f4cd344
Illegal instruction

packed android .so crash.

android app crashed when packed .so inside android apk app file with SilentPacker.test samples:arm .so,x86 .so,x64 .so.

argtable3 ????

Please provide how to get/add argtable3

 ~/temp/Silent_Packer-master/build
$ cmake ..
CMake Error at CMakeLists.txt:75 (add_subdirectory):
  The source directory

    /home/ralph/temp/Silent_Packer-master/extern/argtable3

  does not contain a CMakeLists.txt file.

On Debian/Ubuntu we only have libargtable2-dev

Cannot Build Binary on Linux

 eugaming@debian2  ~/Desktop/silentpacker/Silent_Packer   master ±  mkdir build && cd build
cmake ..
make
make install
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.39.2") 
-- Submodule update
Klone nach '/home/eugaming/Desktop/silentpacker/Silent_Packer/extern/argtable3'...
[email protected]: Permission denied (publickey).
Schwerwiegend: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.
Schwerwiegend: Klonen von '[email protected]:argtable/argtable3.git' in Submodul-Pfad '/home/eugaming/Desktop/silentpacker/Silent_Packer/extern/argtable3' fehlgeschlagen.
Fehler beim Klonen von 'extern/argtable3'. Weiterer Versuch geplant
Klone nach '/home/eugaming/Desktop/silentpacker/Silent_Packer/extern/argtable3'...
[email protected]: Permission denied (publickey).
Schwerwiegend: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.
Schwerwiegend: Klonen von '[email protected]:argtable/argtable3.git' in Submodul-Pfad '/home/eugaming/Desktop/silentpacker/Silent_Packer/extern/argtable3' fehlgeschlagen.
Zweiter Versuch 'extern/argtable3' zu klonen fehlgeschlagen, breche ab.
CMake Error at CMakeLists.txt:25 (message):
  git submodule update --init failed with 1, please checkout submodules


-- Configuring incomplete, errors occurred!
See also "/home/eugaming/Desktop/silentpacker/Silent_Packer/build/CMakeFiles/CMakeOutput.log".
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden.  Schluss.
make: *** Keine Regel, um „install“ zu erstellen.  Schluss.

Language is German if you need to translate something
basicly says tho that it cant find the module

#include <mhash.h> error on make install

This is an excellent need for today world.
Which I am seaching since few weeks.

But while trying in Raspberry pi, I get below error.
May be the latest linux is not supported or some missing libs.

Please fix this

 $ sudo make install
[  6%] Built target argtable3
[ 10%] Building C object CMakeFiles/Silent_Packer.dir/src/main.c.o
In file included from /home/pi/Silent_Packer/src/main.c:5:
/home/pi/Silent_Packer/includes/ELF/elf_packing.h:16:10: fatal error: mhash.h: No such file or directory
 #include <mhash.h>
          ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/Silent_Packer.dir/build.make:63: CMakeFiles/Silent_Packer.dir/src/main.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/Silent_Packer.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.