Maciej Miszczyk

Results 7 issues of Maciej Miszczyk

I've been using this code and the fact that it always throws an instance of the base Exception class makes it rather annoying to handle. A better solution would be...

Right now, AdvancedWebView will always trust not only a specified hostname but also all of its subdomains. It might be a better idea to make it configurable. In this patch,...

## Description Usually, when using samloader, you want to download the latest software and decrypt it so that it can be flashed (or patched and then flashed). Now it requires...

enhancement

This is configuration syntax described in README: ``` [Ip Address]:[port]@[Machine name]\[Username];[Password] example: 4.2.2.4:3389@noise\administrator;root ``` This is code which parses configuration lines in Main.cs: ```cs string i = line.Substring(0, line.IndexOf(":")); string...

**Is your feature request related to a problem? Please describe.** According to the website, one of the stated goals of the project is the possibilty to port Death Rally to...

```js tmp.onloadeddata = function () { playList.push({ index: gi, song: file, song_name: file, duration: tmp.duration }) song_list.append(` ${playList[gi].index + 1} ${playList[gi].song_name} ${toTime(playList[gi].duration)} `); ``` ```js playList.push({ index: gi, song: file,...

**Is your feature request related to a problem? Please describe.** I'd like to fuzz drivers which only allow processes with a specified name to open their associated device files. Currently...

enhancement
Stale