about summary refs log tree commit diff
path: root/pkgs/games/gog
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-07-16 23:43:20 +0200
committeraszlig <aszlig@nix.build>2018-07-19 06:35:09 +0200
commitcf54036a6adf6977300c611c50f7daf2445a0589 (patch)
treeaa717f9344a4040e70abd49b473fcfb4395e01df /pkgs/games/gog
parentc9dfe485e9b922b35c9412e6c4fdbe119f17f4b5 (diff)
monogame-patcher: Add a replace-call subcommand
It's a very early version which I did for a Unity3d game and it
*desperately* needs a cleanup.

An example command line:

  monogame-patcher replace-call -i Assembly-CSharp.dll \
    'System.String UnityEngine.Application::get_dataPath()' \
    'System.String UnityEngine.Application::get_persistentDataPath()' \
    IniParser SaveMeta

Right now the replace-call subcommand has UnityEngine.Application
hardcoded, so this won't work for other types than
UnityEngine.Application.

However, I'm going to refactor the whole patcher very soon and add some
tests, so this whole mess will be cleaned up.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog')
0 files changed, 0 insertions, 0 deletions