Coder Social home page Coder Social logo

silver-bun's Introduction

Description

  • Module and Memory hacking package for x86 & x64 applications.

Instructions

Add files to your solution, libraries used are included in the header files of the package. A define is present to instead make this package use the source file headers..

Usage

Refer to this for example usage.

Credits

Adapted from: https://github.com/IcePixelx/IcyCore

Creator: @IcePixelx

Adjustments: @Mauler125, @r-ex

What does 'silver-bun' mean?

It's the combination of two names from beautiful cats from two separate friends of mine!

silver-bun's People

Contributors

icepixelx avatar caatge avatar mauler125 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

silver-bun's Issues

Issues on 32-bit

  1. Invalid cast: module.cpp(378,34): error C2440: 'initializing': cannot convert from 'DWORD *' to 'uintptr_t *'
    module.cpp(378,34): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or parenthesized function-style cast
  2. module.cpp(447,58): error C3861: '__readgsqword': identifier not found
    These things are x64-only: https://learn.microsoft.com/en-us/cpp/intrinsics/readgsbyte-readgsdword-readgsqword-readgsword?view=msvc-170#requirements

It seems the first one can be just fixed by adding reinterpret_cast. As for the second one, I guess it would make the most sense to for now just don't compile UnlinkFromPEB function for 32-bit?

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.