... which causes allocations to fail in my fuzzing framework as well, leading to all kinds of problems.
-
-
-
Ideal solution would be like gflags.exe: a command I can run like ramlimit.exe iexplore.exe 1Gb or ramlimit.exe {pid} 1Gb
-
Note: I know about Job objects, but I don't want to write a program to do this using Job objects if one already exists.
-
can you @ me if you find one? generic tool for creating jobs w/ limits would be sweet
End of conversation
New conversation -
-
-
it probably wouldn't be toooo hard to spawn the browsers within a job object.
-
unless you are fuzzing Edge, which you can't simply spawn :(
-
(Sorry, I was assuming incorrectly that you can only associate a process with a job when it is started: https://msdn.microsoft.com/en-us/library/windows/desktop/ms681949%28v=vs.85%29.aspx …)
-
even aside from that, I would have thought that if you put yourself in a job, then ShellExecute("http://...") it inherits?
End of conversation
New conversation -
-
-
32bit compilation, docker, wrappers
-
That probably makes sense if you have done it before, but it's a bit to brief for me to make sense of... :(
End of conversation
New conversation -
-
-
if fuzzing Chrome, just change the job memory limits. Will only affect sboxed processes though... https://code.google.com/p/chromium/codesearch#chromium/src/content/common/sandbox_win.cc&q=Sandbox_win.cc&sq=package:chromium&type=cs&l=568 …
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
iirc, Chrome actually sticks its renderer processes in job objects with a memory cap.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
(but the cap is set to 4GB so they can still use all your memory anyway)
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
though I don't know of anything off-the-shelf that'll do this for you.
-
Windows System Resource Manager on Windows Server 2008 R2 https://blogs.technet.microsoft.com/clinth/2012/10/11/can-a-process-be-limited-on-how-much-physical-memory-it-uses/ …
-
don't think Edge runs on WS2K8R2...
-
lol no, should have read the whole thread...
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.