Autumn

Results 12 comments of Autumn

In terms of getting Web builds functioning, I assume most of the required changes would be in ring, with rustls maybe requiring some Cargo.toml changes. Running tests with wasm-bindgen would...

@briansmith Do you have a plan for constant-time algorithms in WebAssembly, or will it just depend on the properties of existing runtimes for now?

An alternative would be to suppress the message when `auto-self-update` is set to `disable`, instead of adding a separate option. Including instructions to set that variable with the message itself...

@rbtcollins Remove it in favor of what? Do you not want distros to package rustup? The idea behind these patches is this: - rustup built with no-self-update should work the...

If you're wondering more about how I expect the messages to be helpful to users, this is what I'm envisioning: 1. A user installs rustup through a package manager. 2....

I can't really upload files right now but will later -- in the meantime, if you have any Unity-based games for Windows downloaded, the game executables should trigger this error....

[putty.zip](https://github.com/woodruffw/steg86/files/5093287/putty.zip) For an example of an erroring input, there's putty.exe, [which is under the MIT license](https://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html), and which triggers this error message when I run `steg86 profile` on it: ```...

[psftp.zip](https://github.com/woodruffw/steg86/files/5093363/psftp.zip) This is the PuTTY SFTP client, which also triggers the error and is smaller: ``` Fatal: encountered an invalid instruction at text offset 319873 (file offset 320897) ```

I'm not great with reverse engineering tools, but I opened up psftp.exe in Cutter, and the address reported in the error is near the start of a jump table (at...

Sure, it seems interesting to work on. Here are my thoughts on how to implement it, let me know what you think. At least to begin with, the input format...