Viewing profile — mrexodia
mrexodia
HN member- Joined
- Mon, Jul 28, 2014, 4:48 PM UTC
- HN karma
- 58
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About mrexodia
Recent public activity
-
comment
Comment #39861912
It never was a “rite of passage”, because removing IDA’s license checks has always been trivial…
- story
- story
- story
- story
-
comment
Comment #17438424
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…
- story
-
comment
Comment #16085589
> 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 i…
-
comment
Comment #16085580
Main author of x64dbg here. This is very probably the case and I contacted Github support to figure out what is going on. Before today we had around 3k (legit) stars.
- story
- story
-
comment
Comment #14849274
This is in fact on purpose. Basically I stated my intent of using GPL.
-
comment
Comment #14849224
Generally I use the memory map as a detached window over the CPU, that way you can check out the memory in one of the dump tabs...
-
comment
Comment #14848069
Could you be more specific about which features are missing?
-
comment
Comment #14622125
fib 0 = 0 fib 1 = 1 fib n = fib (n-1) + fib (n-2)
- story
- story
-
comment
Comment #13994118
I already added windows support with msvc yesterday.
- story
- story
- story
-
comment
Comment #13102505
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 s…
- story
- story
- story