Giter VIP home page Giter VIP logo

bfme2-patcher's Introduction

Hi there ๐Ÿ‘‹

I'm a software developer who mostly works with web technologies, but I also modify old video games from my childhood from time to time. I recently started writing about it in my blog: https://darkatra.dev/

bfme2-patcher's People

Contributors

darkatra avatar dependabot[bot] avatar renovate[bot] avatar v2shaq avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bfme2-patcher's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency gradle to v8.10

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

gradle
gradle.properties
  • net.java.dev.jna:jna-platform 5.14.0
  • com.fasterxml.jackson.module:jackson-module-kotlin 2.17.2
  • com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2
  • org.bouncycastle:bcprov-jdk18on 1.78.1
  • com.arkivanov.decompose:decompose 2.2.3
  • com.arkivanov.decompose:extensions-compose-jetbrains 2.2.3
  • com.github.vatbub:mslinks 1.0.6.2
  • org.assertj:assertj-core 3.26.3
  • com.github.tomakehurst:wiremock-jre8 3.0.1
settings.gradle.kts
build.gradle.kts
game-patcher/build.gradle.kts
map-builder/build.gradle.kts
mod-builder/build.gradle.kts
update-builder/build.gradle.kts
updater/build.gradle.kts
updater-ifeo/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.9

  • Check this box to trigger a request for Renovate to run again on this repository

feat: make the DLL injector compatible with 64 bit applications

The InjectionUtils#injectDll function currently only supports injecting dlls into 32 bit processes. This is a limitation introduced by the manual lookups of function names via the IMAGE_EXPORT_DIRECTORY. The code currently assumes that all pointers are 4 byte long and thus breaks if used on 64 bit processes.

It should be possible to detect in which architecture the process is using via IsWow64Process2. The code that reads the memory regions should then be adjusted to read 4 or 8 bytes accordingly.

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.