diff options
Diffstat (limited to 'fakeStarCoin.yaml')
-rw-r--r-- | fakeStarCoin.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fakeStarCoin.yaml b/fakeStarCoin.yaml new file mode 100644 index 0000000..84a5947 --- /dev/null +++ b/fakeStarCoin.yaml @@ -0,0 +1,10 @@ +--- +# Replaces AC_LIFT_SEESAW + +source_files: [../src/fakeStarCoin.cpp] +hooks: + - name: FakeStarCoinAdd + type: add_func_pointer + src_addr_pal: 0x80969438 + target_func: 'daFakeStarCoin::build(void)' + |