-
I don't exactly know what to file this under and I don't want to re-open an already-closed issue, so I figured I would make this thread to dump the debug logs when a given program causes GWM crashes.
…
-
![image](https://user-images.githubusercontent.com/86822589/219252992-5137d247-00e5-4ad6-8c97-b8603aa400a3.png)
-
### Content
Unable to unlock Console after file reloading in debug mode
### Reproduce
```python
from flask import request,Flask
app=Flask(__name__)
@app.route('/err')
def err():
return 1…
-
これなんだろうなぁ。
.NET FrameworkじゃなくてWindowsAPIの出番だろうなぁ……だりぃなぁ……。
---------------------
### BitBucket から移植
| 項目 | 内容 |
|:-:|:--|
| 元課題 | [#213](https://bitbucket.org/sk_0520/pe/issues/213) |
|…
-
I'm writing a program for drag-dropping files across File Explorer.
When running the program in Visual Studio it works well.
After merging the assemblies into an executable (using ILMerge-GUI), when…
-
フック先の関数内全てに、集計処理を挟む。
全関数の冒頭にこの処理を入れるのはキモイので、インポートテーブルからHookに行く前に、一度PreHookに飛ばして、そこで集計処理を入れる。PreHookでは、インラインアセンブラで全レジスタpushして最後全popしてからHookに戻せばいけるかも?
その他備考
* とりあえずローカルのcsvファイルとかに保存する
* ↑のcsvファイルは…
-
# 非プログラマ用
タイトルの通り。
# プログラマ用
`ToolStripSeparator`に対してクリック動作が.NET上だとメニューを閉じる動作になる。
.NETがそうだと言うならMSの意志としてそのUXを使用するがWindowsAPIで作成するメニュー(POPUPだろうがMENUBARだろうが)はそうはならない。
さらに言うならユーザーとしてもたまたま罫…
-
データをやり取りをしていると突然終了し、何事かと思うとウイルスバスターから「ランサムウェアのブロック」の通知が表示されることがあります。
![ランサムウェアのブロック 2023_01_06 20_54_30](https://user-images.githubusercontent.com/122095971/211009133-269f6af6-61dc-475a-95d3-1d4a3541…
-
検知する項目を切り替えられるようにし、オンの時だけ検知するようにする。
設定項目をどう保存するかは検討中。
-
I found a problem with the key bindings.
I bound focus workspace 1..9 to `Alt+1` .. `Alt+9`. This works, but when I press `Control+Alt+1` the program checks to see if `Alt` is pressed, and if `1` …