python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is instruction encoded differently from .so file to runtime memory?
I have an Android .so file that uses ARM-V7A instruction set.
I drag it into IDA, and there is one line that shows :
0x1000: b #0x102c
And the hex window shows that the binary code of b #0x102c is 14...
user16387400
Votes: 0
Answers: 1
How to get IDA to start in dark mode by default
Every time I open up IDA it opens in LIght theme and I would like to open it in Dark mode by default. How can I do this?

paranoid
Votes: 0
Answers: 1
IDA How to set variables type with name which have angle brackets in local types name?
IDA local types has a local type like:
struct DEMOTYPE<int>
{
_DWORD dw1;
_DWORD dw2;
}
how to use "DEMOTYPE"(C++ type) just like normal c type? press Y can not Can't achieve the goa...

omgkaka
Votes: 0
Answers: 1