Skip to main content
wisk's user avatar
wisk's user avatar
wisk's user avatar
wisk
  • Member for 5 years, 8 months
  • Last seen this week
6 votes
Accepted

How do I go about overriding a function internally defined in a binary on Linux?

6 votes

Why Ida pseudo-code translate test as AND?

6 votes
Accepted

Detecting protected processes and critical processes from windows driver

5 votes
Accepted

Reverse engineering a compression algorithm to decompress ASCII text (LZ-variant?)

4 votes
Accepted

Decryption loops

4 votes
Accepted

Is the main function's name in the symbol table of C & C++ programs always 'main'? if not, how to find the name?

4 votes

Enumerating (name, addresses) in PLT of an ELF file without elf.h

4 votes
Accepted

What is __sighandler_t struct and purpose of SIGTRAP signal handler

3 votes

obtaining string value from Unknown elf-x86-64 binary with gdb

3 votes

What's this obfuscation technique?

3 votes

How to load a color theme correctly in IDAPro?

3 votes
Accepted

What is this assembly doing?

2 votes

QEMU fpu mode error when attempting to run MIPS binary

2 votes
Accepted

IDA "unk_XXXXXX" meaning?

2 votes
Accepted

What is the following assembly code doing?

2 votes

Is it possible to change a signed byte to an int in compiled assembly code?

2 votes

why code at .rodata executes

2 votes

How to reverse engineer a Black Box?

2 votes

Simplifying assembly

2 votes
Accepted

What purpose of MOVZX EAX,AX after MOVZX EAX, WORD PTR [RBP+ADDR.SA_DATA]?

2 votes

Writing ELF headers in Radare?

1 vote

dongle check happen before a debugger start debugging

1 vote

What are those instructions doing?

1 vote

IDA Interpreting mov instructions in a unusual way

1 vote

Confused about a firmware binary

1 vote

finding file I/O in IDA Pro (actually IDA free)

1 vote
Accepted

Fork and Waitpid calls in a CTF linux binary

1 vote
Accepted

IDA: apply function parameter as struct pointer

1 vote

What is the obfuscation method utilised in Playdead's 'LIMBO' video game?

1 vote

How can I follow virtual function calls in IDA?