mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
Improved OSX support (#1005)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
committed by
GitHub
parent
bf9a155418
commit
2a433f90c4
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user