William Blum
55dbcf536d
Add sample to submit `readelf` as a package job fuzzed with AFL
2020-01-07 11:05:31 -08:00
William Blum
554c772013
Add basic instructions for ASAN submission
2020-01-07 11:05:14 -08:00
William Blum
29a6269647
Simpler Powershell script for Package-based submission
2019-10-14 11:30:44 -07:00
Joe Ranweiler
000fdc6311
Don't hardcode OS image ID in sample job ( #31 )
2019-10-09 17:23:36 -07:00
Jason Shirk
809f773411
Change seed to crash with +1 bytebybyte fuzz strategy ( #29 )
2019-06-25 15:33:25 -07:00
Jason Shirk
605c8d6f74
Change drive before changing directory ( #28 )
2019-06-24 12:47:42 -07:00
Jason Shirk
a7e81e22f3
Inplace fuzzing sample updates ( #27 )
...
* Avoid a hang while fuzzing trying to allocate a large array
* Use CSV instead of \n to address line ending issues in .top files.
* Change seeds to not crash.
* Ensure a seed requires just 1 edit to crash.
* Fix sample to read referenced files relative to .top file.
* Fix some undesirable crashes (we only want crashes when the
referenced file is properly read, meaning inplace fuzzing is working).
* Move files to a directory in the nuget package.
* Add the pdb to the nuget package for nicer symbols.
2019-06-21 15:27:28 -07:00
stishkin
6583a67f17
Merge pull request #26 from microsoft/changeruntimelibrary
...
change runtime library to multithreaded
2019-06-20 10:59:23 -07:00
Stas Tishkin
ff7a8fd8de
change runtime library to multithreaded
2019-06-20 10:38:48 -07:00
stishkin
179199cf4d
Merge pull request #25 from microsoft/in-place-fuzzing-sample
...
Create sample for in-place fuzzing
2019-06-18 14:24:45 -07:00
Stas Tishkin
db1d739e3d
Create sample for in-place fuzzing
2019-06-18 14:21:03 -07:00
stishkin
e45eb162a8
Update azure-pipelines.yml for Azure Pipelines
2019-06-18 10:11:05 -07:00
stishkin
69e89eb4c7
Update azure-pipelines.yml for Azure Pipelines
2019-06-18 10:08:07 -07:00
stishkin
7c7ba630a9
Set up CI with Azure Pipelines
...
[skip ci]
2019-06-18 10:05:03 -07:00
Duane King
d854c15f07
Update Wizard usage to leverage sfwizard wrapper. ( #24 )
2019-05-10 12:54:04 -07:00
Duane King
9f2985de53
Update Python package-based submission sample ( #23 )
...
- Switch to Python 3
- Remove use of Azure Storage, HTTP proxying
- Demonstrate use of MSRD Files API
- Add optional output file for updated job file
- Lint with Pylint
- Add a new script to support Azure upload and job JSON updating
2019-05-10 10:19:52 -07:00
Joe Ranweiler
6641f67c7f
Emphasize `bash` requirement in docs
2018-12-11 10:37:46 -08:00
William Blum
47f7150196
Adding license file #17 ( #20 )
2018-12-03 13:56:17 -08:00
Joe Ranweiler
7a778570c9
Update `requests` for CVE-2018-18074 ( #19 )
2018-11-20 19:18:51 -08:00
William Blum
64b3caf9be
Rename Springfield to MSRD
2018-11-20 15:00:49 -08:00
Joe Ranweiler
c72ca549e6
Add bash automation example ( #16 )
...
Add a script which demonstrates how a user could combine MSRD API endpoints and shell scripting to automate Linux job submission, even while Linux package-based submission is in development.
2018-08-08 14:54:14 -07:00
Cheick Omar Keita
799c787b9d
changed 'normal' submission to 'VM'
2018-06-21 12:40:24 -07:00
William Blum
5c103ff1ee
New GA domain name ( #8 )
2018-06-20 15:45:24 -07:00
Cheick Omar Keita
649855a61c
Updated samples for package submission.
2018-06-20 14:59:53 -07:00
Joe Ranweiler
03273ec12c
Add Python 2 example of SDK usage ( #13 )
...
* Add Python example for adding a Windows job
* Add proxy support to Python example
* Add comments and docstrings
* Create job archive without redundant copying
* Add README for Python example
* Improve documentation of presubmit script generation
* Improve naming in Python example's test script
* Add instructions for manually testing Python example
* Allow configuration of cert validation when using a proxy
2018-03-14 15:45:12 -07:00
Cheick Keita
28a765ee46
Merge pull request #12 from Microsoft/kcheick/powershellSample
...
Updating the sample to use the new api to create and provision a new job
2017-12-05 11:38:17 -08:00
Cheick Omar Keita
7460b8534e
Updating the sample to use the new api to create and provision a new job
2017-11-29 11:42:35 -08:00
Cheick Keita
2e0cbab973
Merge pull request #11 from Microsoft/kcheick/powershellSample
...
Bug fix: Powerhell using -gt instead of >
2017-09-29 13:52:18 -07:00
Cheick Omar Keita
7905280085
Bug fix: Powerhell using -gt instead of >
2017-09-29 13:46:20 -07:00
Cheick Keita
c8740cc7b1
Merge pull request #10 from Microsoft/kcheick/powershellSample
...
Allowing the user to provide a url to the bianries instead of a local path
2017-09-26 10:10:29 -07:00
Cheick Omar Keita
8f3404fc4f
- Allowing the user to provide a url to the bianries instead of a local path
...
- Added Pre submission command paramter for preparing the submission
- Removed UnzipAndRun.ps1 This code will be run as part of the pre submission command
2017-09-22 12:58:01 -07:00
Cheick Keita
7579e9919f
Merge pull request #9 from Microsoft/kcheick/powershellSample
...
Sample update
2017-09-14 17:09:56 -07:00
Cheick Omar Keita
f5747ff7bc
- Updated path to the wizard,
...
- Small refactoring to allow the script to stop when there is an error while
querying the server
- Related to vsts work item #3997
2017-09-13 17:30:18 -07:00
Theresa Pacheco
d265617e80
Added link to Prerequisites
2016-08-03 14:40:38 -07:00
Theresa Pacheco
dc261dacac
Update README.md typos and some wording in why we need subcriptions
...
Editing for readability
2016-07-28 10:46:38 -07:00
William Blum
5984969e32
Merge pull request #3 from Microsoft/wiblum/sample
...
Cleanup PowerShell sample
2016-06-30 15:53:02 -07:00
William Blum
bf50230e28
Cleanup PS sample
2016-06-30 15:51:02 -07:00
William Blum
858d1ef41f
Merge pull request #2 from Microsoft/kcheick/powershellSample
...
Adding the Powershell sample of the Springfield API
2016-06-30 15:50:37 -07:00
Cheick Omar Keita
156692e627
Adding the Powershell sample of the Springfield API
2016-05-21 00:46:57 -07:00
David Molnar
e94e1397e0
Merge pull request #1 from Microsoft/blumu-docdraft
...
Update README.md
2016-05-20 15:32:11 -07:00
William Blum
b14b506070
Instructions on using PowerShell sample and Swagger UI
2016-05-20 15:28:21 -07:00
Microsoft GitHub User
d6cf33a9ce
Initial commit
2016-05-16 12:33:12 -07:00