HN user

mrexodia

58 karma

[ my public key: https://keybase.io/mrexodia; my proof: https://keybase.io/mrexodia/sigs/tAhaGvtr9vIH8Lp1uUb0NROMN5BcsQ0yZHprKn_UlzI ]

Posts30
Comments11
View on HN
mrexodia.github.io 6y ago

Not Analyzing Keyboard Firmware Part 3 – Mrexodia's Blog

mrexodia
2pts0
mrexodia.github.io 6y ago

Analyzing Keyboard Firmware Part 2

mrexodia
1pts0
mrexodia.github.io 6y ago

Analyzing Keyboard Firmware Part 1

mrexodia
3pts0
x64dbg.com 8y ago

Fun with self-decryption

mrexodia
1pts0
x64dbg.com 8y ago

The big handle gamble – x64dbg

mrexodia
2pts0
x64dbg.com 8y ago

Goodbye Capstone, hello Zydis

mrexodia
3pts0
x64dbg.com 9y ago

Kernel driver unpacking with x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Make better use of x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Hooking WinAPI to improve Qt performance – x64dbg

mrexodia
3pts0
x64dbg.com 9y ago

Weekly digest 16 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 15 – x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Type system

mrexodia
48pts3
x64dbg.com 9y ago

Weekly digest 14 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

XAnalyzer Reviewed – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 13 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 12 – x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Weekly digest 11 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 10 – x64dbg

mrexodia
3pts0
x64dbg.com 9y ago

The x64dbg threading model – x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Weekly digest 8 – x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Weekly digest 7 – x64dbg

mrexodia
3pts1
x64dbg.com 9y ago

Weekly digest 6 – x64dbg

mrexodia
2pts0
x64dbg.com 9y ago

Weekly digest 5 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 4 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 3 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 2 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

Weekly digest 1 – x64dbg

mrexodia
1pts0
x64dbg.com 9y ago

64bit Debugging and the WoW64 File System Redirection – X64dbg

mrexodia
7pts0
x64dbg.com 9y ago

User interface design principles – x64dbg

mrexodia
2pts0
x64dbg.com 10y ago

Introducing Contemporary Reverse Engineering Techniques to Real World Use·x64dbg

mrexodia
1pts0

I summed all the numbers in each row, which gives 35, 31, 29, 28, 38

Then for the answers 34, 35, 35, 38 for which 34 is the only result we didn’t see yet. Therefore I think it’s A.

What does that mean? What can you do with that?

That you can use c-like expressions in various places (the command bar, goto dialog, calculator, conditional breakpoints)

Does it understand programming languages? Can you inspect the contents of variables like in VS?

No and not yet, it just uses the symbols of an executable to display a source code listing. I only know of a few asm developers that use it for development but the main use case is reverse engineering and malware analysis.

Type system 10 years ago

Thanks for your reply! I would be interested in more specific features that you are missing from the plugin system. I'm not familiar with what Immunity has to offer on the native side and my current focus is on improving the plugins.