a1ext / labeless

Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to see segments of code imported by labeless

anaivebird opened this issue · comments

I import several segments from memory using labeless. They are from different dlls.

I want to add ida segments to discriminate them. How to implement that?

Theoritically, add segments in ida could be done by labeless automatically, but that not happen. Does that implemented in labeless?

Thanks for your reply yesterday.

Another question is why labeless dumped by labeless are identified as data, not code. Shouldn't that convert to code be automatical?

commented

I want to add ida segments to discriminate them. How to implement that?
Hello, I didn't get this.

commented

Another question is why labeless dumped by labeless are identified as data, not code. Shouldn't that convert to code be automatical?

When you dump some memory - you can right click on it and do "Import As RWE" - then the new segment in IDA will have RWE flags. The data in the segment is not being forced as code because there is no 100% working way to determine that

Thanks for reply again. I mean the ida segments management here.
image

Sorry, segments actually show up on segment windows, so I close the issue