We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recvrepeat(0.1)
1 parent 22b21d4 commit 5589693Copy full SHA for 5589693
src/Modules/IOStates/LeakBasedCoreGenerator.cpp
@@ -162,6 +162,10 @@ void IOStateInfoVisitor::operator()(const OutputStateInfo &stateInfo) {
162
"log.info('leaked elf_base: {}'.format(hex(elf_base)))",
163
});
164
}
165
+
166
+ // We still need to receive whatever that comes after
167
+ // the canary or the address.
168
+ exploit.writeline("proc.recvrepeat(0.1)");
169
170
171
void IOStateInfoVisitor::operator()(const SleepStateInfo &stateInfo) {
0 commit comments