0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 5 years ago
Merge pull request #104 from hdantas/master More... over 7 years ago
Merge branch 'master' of github.com:hdantas/sulley More... over 7 years ago
Added setup.py to be able to install sulley more easily. More... over 7 years ago
Added setup.py to be able to install sulley more easily. More... over 7 years ago
Merge pull request #102 from truekonrads/getaddrinfo-af-inet6-support More... almost 8 years ago
Merge pull request #103 from truekonrads/crc16 More... almost 8 years ago
CRC16 support More... almost 8 years ago
Support for IPv6 targets More... almost 8 years ago
Merge pull request #85 from jtpereyda/process-monitor-relative-filenames More... over 8 years ago
Merge pull request #78 from jtpereyda/windows-signal-pause-fix More... over 8 years ago
Merge pull request #81 from jtpereyda/network-monitor-thread More... over 8 years ago
Merge pull request #80 from jtpereyda/vmcontrol-required-argument-fix More... over 8 years ago
Update sessions.py More... almost 9 years ago
OpenRCE/sulley Issue #79 Changing code and usage string to indicate that -s is required. Also removed default vmrun value and fixed two typos. More... almost 9 years ago
Merge pull request #77 from SteveJM/SteveJM_add_support_for_typles_of_values More... almost 9 years ago
network_monitor.py now runs its server in a thread, making Ctrl+C work in Windows. More... almost 9 years ago
process_monitor.py now accepts relative filenames in -c argument. More... almost 9 years ago
Corrected exception thrown when the wrong value is used. Updated .gitignote to ignored generated pydocs. Updated user guide to include details on defining integer primitives with lists of values. Also further minor improvements to assist with readabiity that I noted from my initial read through of the guide when familiarising myself with the product. More... almost 9 years ago
Adding workaround since singal.pause() is missing in Windows. OpenRCE/sulley issue #49 More... almost 9 years ago
Mutate primitives defined with lists / tuples through the values. When these primitives are not mutating, cycle them through the values. If they are "Fuzzable" they will generate a mutation with each possible value. If they are not fuzzable they will cycle through values according to the demands of other mutating item, with no guarantee that all specified values will be used. More... almost 9 years ago
Merge branch 'master' into SteveJM_add_support_for_typles_of_values More... almost 9 years ago
Merge pull request #1 from OpenRCE/master More... almost 9 years ago
Merge pull request #76 from SteveJM/SteveJM_max_num_value_excluded More... almost 9 years ago
Fixed primitives "off-by-one" error. This was preventing "full_range" from emitting the maximum possible value of a primitive. Fixed a failing unit test. More... almost 9 years ago
Add support for binary prinitives to be defined with a list / tuple of values. More... almost 9 years ago
Merge pull request #75 from SteveJM/SteveJM_add_field_to_size More... almost 9 years ago
Add "offset" parameter to the s_size funtion. TL;DR I had a block whereby the whole block contents had to be considered for checksum calculation, but one field (fixed length) not included in the size field for the block. Detail: I was creating a fuzzer for PNG fields whose "Chunks" required the above consideration, see: http://www.w3.org/TR/PNG/#5Chunk-layout More... almost 9 years ago
Merge pull request #67 from edevil/master More... over 9 years ago
Fix issue #66 More... over 9 years ago