Improved OSX support (#1005)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
WorksButNotTested
2021-07-06 08:09:43 +01:00
committed by GitHub
parent bf9a155418
commit 2a433f90c4
24 changed files with 165 additions and 302 deletions

View File

@ -9,8 +9,9 @@ new ModuleMap().values().forEach(m => {
Afl.print(`${m.base}-${m.base.add(m.size)} ${m.name}`);
});
Afl.print('Searching...\n');
const entry_point = DebugSymbol.fromName('run');
Afl.print(`entry_point: ${entry_point.address}`);
Afl.print(`entry_point: ${entry_point}`);
Afl.setEntryPoint(entry_point.address);