Open fuzzzerd opened 6 years ago
Hey thanks. thats a good one.
Could you attach a version of Generator that works on Windows so we can take a look?
GitHub wont allow me to upload the file directly, but here's a zipped version of it:
I'm still having an issue with the JsonSetElement generator, but the other two are working correctly after making the above changes.
Unable to utilize either function:
Actual Behavior: No data/script steps are on the clipboard
Expected Behavior Script steps are copied to the clipboard per the copied comments
Possible Resolution
The error stems from the custom function:
clip_GetFMxml
It internally performs this calculation:
Apparently this works on macOS for getting the copied script parameters; however, on windows the format
dyn.ah62d4rv4gk8zuxnxnq
does not work and needs to beMac-XMSS
I believe changing to this should allow things to work on both Mac and Windows