function - IDA Not Recognizing Instructions as Code? -
i made new segment in elf (arm) game library working on (page aligned, .text segment (pure code)). entirety of segment includes nops (0000a0e1). however, ida recognizes nops as:
dcd 0xe1a00000 if press c make code, shows 1 nop per line press on. when try create function, tells me function has undefined instruction/data @ specified address, , won't let me it. in addition, each line of dcd 0xe1a00000s referenced in .plt segment because they're referencing offset out of segment. happens even after turn code.
is there way declare entire segment code, and/or put segment property this, possibly fixing function problem?
Comments
Post a Comment