This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ Game : isaac-ng.exe | |
Version: | |
Date : 2015-04-14 | |
Author : europa | |
This randomizes Eden in place of The Lost | |
} | |
[ENABLE] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unsigned int __fastcall IsaacRandom(int a1, int a2) | |
{ | |
int v2; // eax@1 | |
signed int v3; // ecx@4 | |
int v4; // eax@5 | |
int v5; // eax@5 | |
signed int v6; // ecx@7 | |
int v7; // eax@8 | |
unsigned int v8; // ecx@10 | |
unsigned int v9; // ecx@10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import struct | |
def main(): | |
with open('DRAKS0005.sl2', 'rb') as fo: | |
fo.seek(0x2c0, 0) | |
for slot in range(0, 10): | |
fo.seek(0x100, 1) |
NewerOlder