windows reverse engineering
Can chatgpt help with a specific windows reverse engineering problem
Prompt Inputs
Windows Reverse Engineering Question:
Say you have a try/except block like the one below:
try {
} except(CUSTOM_EXCEPTION_FILTER(param1, param2)) {
}
What's the best way to recover where param1 and param2 come from?
gpt3.5
coding
programming
exploratory