Skip to main content

Questions tagged [ida]

The Interactive Disassembler, more commonly known as simply IDA, is a disassembler for computer software which generates assembly language source code from machine-executable code.

0 votes
0 answers
9 views

Heuristics and IDA* for an F2L solver not working and I don't know why

I have generated a simple heuristics database for an F2L solver for a Rubik's cube. I represent the state in a way that I need 2 heuristic databases. One is for the pair corner and the other is for ...
Kaskapa's user avatar
  • 35
0 votes
0 answers
25 views

Can't find the right function

all I need is to inject my function instead of playfab connection to official server using minhook mb no need in full dump but can't identify correctly name of "login to playfab" function I ...
Dimon Tekneek's user avatar
0 votes
0 answers
67 views

Game freezes when i call a function in it from a C++ .dll

In IDA Pro, i found a function in the game that writes text to console. Here is the function: ; void __cdecl write_to_console(char *Format, char ArgList) write_to_console proc near ; CODE ...
Ali Alghamdi's user avatar
1 vote
0 answers
33 views

IDA Pro Dataset Merger

Are there any resources for creating a IDA Pro merger API for merging datasets that for example; have the same data but one had a struct and one has no struct, same structs but different naming ...
tedhubbard's user avatar
1 vote
2 answers
60 views

IDA Pro change color of variables in pseudocode

Very basic Ida Pro plugin that changes color of MyVar123 inside pseudocode window. Problem is this approach is limited to using ida_lines.SCOLOR_... constants for color. How to define my own text ...
Roman Toasov's user avatar
0 votes
1 answer
24 views

Disable generation of ALIGN directives

I use IDA for disassembly and ALIGN directives often appear in disassembly code, such as here: ALIGN 0x10 off_8030680 DCD 0x200261D8 dword_8030680 DCD 0x20027D2A Is it possible ...
d7d1cd's user avatar
  • 193
0 votes
0 answers
37 views

"IDA Pro Error: 'No connection could be made' when attaching to process on rooted Android device"

I am attempting to perform dynamic analysis on an Android application using IDA Pro. I have connected my rooted phone via a USB cable and executed the necessary commands through the command prompt. I ...
ZIKO's user avatar
  • 40
1 vote
0 answers
46 views

How to get an array of custom-typed objects, returned by a function, with IDA Appcall

let assume we have a structure defined in local types: struct Human { char* name; int age; double height; }; and the prototype of the function i need to call: const Human**__fastcall ...
noone's user avatar
  • 11
0 votes
0 answers
39 views

Seeking Expert Assistance for Compiling and Running IDA-Generated C Code

Although I'm not new to programming, I'm currently unfamiliar with C language specifics. I have a code snippet generated using IDA and I'm encountering difficulties in compiling and running it. I'm ...
doooge holy holydoooge's user avatar
0 votes
0 answers
256 views

How to run and debug file .so (linux library) in IDA PRO or another debugger?

For reverse engineering purposes, i need to run file lib.so under debbuging, in this case IDA PRO wont debug dynamic libraries like that, so i am searching for decision how to debug this file or call ...
Kama79's user avatar
  • 1
0 votes
0 answers
27 views

Edit hex to point to dword (Hex Patch Porting IDA)

Just for starters I am new to IDA so I am very clueless I am trying to port a hex patch part of this patch is that it points to a dword in each version the location of this dword changes meaning the ...
Keeboy's user avatar
  • 1
0 votes
0 answers
21 views

value in __objc_selrefs segment appears not correct(too large) in IDA 7

I use IDA 7.0 to analyse a Mach-O 64-bit executable arm64, but value in __objc_selrefs seems wrong.I doubt something about little endian. for example, address at 0x1004158B8 in IDA: the value is ...
leowang's user avatar
  • 33
0 votes
0 answers
40 views

why does ida pro bindiff import and comment symbol takes so long compare to the diffing?

so i recently have an ida bindiff result and it got me the matches but when i do import symbols and comments it takes me FOREVER to do like it takes so much longer than the actual diffing trying to ...
tony tran's user avatar
0 votes
1 answer
163 views

IDA detects a file as both a Windows and an MS-DOS program

Okay, I have one rather suspicious file that is even taking some control over my PC. However, I need it, so I decided to decompile it and see if it was harming my PC and can I cut it out? I've used a ...
faygoLover's user avatar
0 votes
0 answers
38 views

Can Ghidra load a directory and translate the binary files within it into assembly code?

Can Ghidra load a directory and automatically convert the binary files within it into assembly code? If not, is there a pre-defined script available, or do I need to write one myself? If Ghidra isn't ...
0xh3xa's user avatar
  • 4,829

15 30 50 per page
1
2 3 4 5
43