Commit Graph

571 Commits

Author SHA1 Message Date
0171ec7f8b only emit events on a change of state (#175) 2020-10-19 21:00:04 -04:00
307b5ebd5f update prereq crates (#178) 2020-10-19 19:48:05 -04:00
048ebefb6f Debugger improvements (#176)
* Debugger event updates

This moves debugger event reporting more towards a safe api instead of
reporting the raw Win32 structs.

Closely related - the module name (as decided by our debugger) is
reported to callbacks for use in symbol resolution.

The exception callback remains as is for now as it is the most
complicated and heavily used.

* Improve symbolic breakpoint support

This change adds support to set symbolic breakpoints after a module is
loaded. Previously it only worked if the module hadn't been loaded yet.

* Move Handle wrapper to own pub mod

* Use Handler wrapper for Module handle

* Pass Module reference for dll/process callbacks
2020-10-19 16:12:51 -07:00
85f9ecc496 handle nested exceptions during cleanup on function deploy failures (#172) 2020-10-19 18:31:11 -04:00
24e437bfbe radamsa built for windows (#143) 2020-10-19 13:46:02 -04:00
9bf3d55b36 limit size of error log saved as a Task Error (#170) 2020-10-19 12:52:19 -04:00
75f29b9f2e Remove update_event as a single event loop for the system (#160) 2020-10-16 21:42:35 -04:00
9fa25803ab on shutdown of scalesets & pools, only return boolresponse (#169) 2020-10-16 20:48:53 -04:00
09326694e2 address initial deploy errors (#167) 2020-10-16 17:34:43 -04:00
a563861487 fail louder when uploads fail (#166) 2020-10-16 17:04:46 -04:00
8ff54396a6 add view filter for jobid, project, and/or name (#152) 2020-10-16 15:00:50 -04:00
0eebd1e8af simplify integration test output for repro tests (#165) 2020-10-16 13:03:08 -04:00
fa25823342 split node and task heartbeats in two nodes (#163) 2020-10-15 21:30:03 -04:00
458b21f690 Enable logging HTTP response body on error (#162) 2020-10-15 15:55:52 -04:00
645a5e5702 stop automatically queueing objects for work (#159) 2020-10-15 14:39:37 -04:00
fb3071ad4a size validation (#156) 2020-10-15 12:05:57 -04:00
543dad30e2 handle nodes re-registering with existing work (#146) 2020-10-15 10:21:20 -04:00
5f7105fd59 afl++ addition (#7) 2020-10-15 09:41:49 -04:00
eabcc068f3 Expand coverage and debugger APIs (#155)
- Expand coverage and debugger APIs
- Remove redundant accessor
2020-10-14 18:17:26 -07:00
e59260c78e save the DynamicConfig for reload upon reboot (#150) 2020-10-14 17:23:30 -04:00
429b2dc94f Move Win32 debugger Target to own module (#151) 2020-10-14 13:58:25 -07:00
6302145349 Using ascii encoding (#138) 2020-10-14 15:54:35 -04:00
3189daeeb7 implementing heartbeat for the supervisor (#30) 2020-10-14 15:13:16 -04:00
9acfbeaa2e only start appinsights threads with configured app insights instances (#142) 2020-10-14 13:33:20 -04:00
abcb5ed73c optionally specify endpoint (#145) 2020-10-14 13:10:25 -04:00
d73616b366 Save the managed identity as soon as it's available (#144) 2020-10-14 11:38:05 -04:00
a42183f178 fix requirements.txt that got overwritten to UTF-16 (#140) 2020-10-13 19:22:36 -04:00
de0b50961f Adding a script to build onefuzz.exe (#91) 2020-10-13 14:26:28 -04:00
7f0c25e2da Managing Pool Resizing at service side (#107) 2020-10-13 14:04:26 -04:00
ab43890615 Release 1.3.1 (#136) 1.3.1 2020-10-12 18:05:52 -04:00
473545685f add migration to fix notifications from pre-1.0.0 upgrade (#135) 2020-10-12 16:05:54 -04:00
123c870e41 describe the appinsights auto-export (#134) 2020-10-12 15:38:59 -04:00
839cbee3ec Add rust libfuzzer example to integration tests (#132) 2020-10-12 15:12:57 -04:00
7954f00454 use STDERR for libfuzzer targets (#131) 2020-10-12 13:54:20 -04:00
76592b0a50 Release 1.3.0 (#128) 1.3.0 2020-10-09 17:17:43 -04:00
6e2a7222ed parse stderr for ASAN for libfuzzer targets (#127) 2020-10-09 17:00:19 -04:00
1398285aea Fixes typing error identified by a new mypy release (#129) 2020-10-09 16:44:59 -04:00
69832f727c Filter agent app-insights logs based on log::max_level (#125) 2020-10-09 13:52:14 -04:00
f43c44e55c use installed azcopy if we can't use our own (#126) 2020-10-09 12:39:12 -04:00
1c5be99881 Replace sha1 with sha256 in Windows input-tester (#115) 2020-10-08 17:00:34 -04:00
ed370a0d8c using multiple pgs (#121) 2020-10-08 16:08:38 -04:00
e0c713fa5e Update to contributing guide (#119) 2020-10-08 15:04:55 -04:00
2039c7c3db Update Windows debugger crate (#116) 2020-10-08 09:51:52 -04:00
5c4a873d51 add basic contributors guide (#117) 2020-10-07 18:18:20 -04:00
1f865a4d6e Release 1.2.0 (#114) 1.2.0 2020-10-07 13:08:48 -04:00
46325ea490 add '--endpoint' to 'repro_cmd' for integrations (#113) 2020-10-07 12:11:34 -04:00
9df3b5d49a Add github issues integration (#110) 2020-10-07 11:54:43 -04:00
16331fca2e add the ability to configure app-insights export (#102) 2020-10-07 10:32:26 -04:00
4b87bdd769 Fixing version decoding issue (#88) 2020-10-07 10:04:47 -04:00
4071794de1 handle libfuzzer targets failing without dropping crash files (#108) 2020-10-07 09:06:03 -04:00