thxHi guys,
here is test build of Labeless for IDA 7 attached. Fell free to report bugs and ask for improvements.
Can you show me an example?Or take the parameters information of API call when working in OllyDbg/x64dbg and recomment/ or edit them like we using Standard symbolic constant in IDA.
I'll check this, could you, please, craete an issue on github?Hi @a1ext: I want to ask a question.
I tried labeless for IDA7 (the same for IDA 6.8). At the first time, open IDA and load the binary. After IDA finish its analyzing, i run other your plug(auto_re), it renamed the sub_xxx to au_re_xxx. But when i config labeless for synchronizing, it can not sync to Ollydbg, like the picture bellow. Why?
View attachment 820
So I must manual rename this sub again, then labeless will auto sync to OllyDBG.
Regards,
@m4n0w4r I've just tried to reproduce your steps and the sync worked.I'll check this, could you, please, craete an issue on github?
I've set up automatic build of the solution in github on commit with help of appveyor, curretly the devel branch is active.@a1ext:
Any news update for IDA 7.0?
- [IDA] IDA PRO 7x compatibility added
- [Feature,IDA] template names substitution added (like in REtypedef, under development)
- [Feature,Olly2,IDA] Pause notification broadcasting is under development (after you enable it, when you trace (step in/over/out, run till cursor, etc. - on any pause of the debuggee execution) the IDA will receive small packets with the cursor position and the context and will show it to you). Currently Oll2 only is supported, watch how it looks like
- [Feature,IDA,Olly1,Olly2,x64dbg] Now we can navigate from IDA to debugger and vice versa without copying/typing the address to go to, new hotkeys were added for that Shift+J and Ctrl+Shift+J respectively
- [IDA68] build options fixed
- [Linux build] project and fixed bug with GCLIBCXX CXX11 ABI
- [Fix] issue #29
- [3rd-party] Added libprotobuf v140 x64
- [Integrations] Added gitter badge and Appveyour automatic builds (build status now is displayed in README.md)
- [Release] debug symbols package building added
- [Olly1,Olly2,x64dbg] an about dialog will display build timestamp instead of last source change one
- [Python module] wheel packaging opportunity added, soon it will be available for installation from PyPI
You welcome, this is a pre-release. Currently some features are under development. Also linux binaries are missing, but I decided to release it to make it available for people with IDA7.First of all, thanks @a1ext for the new release!!!
Labeless v_1_1_2_48
Download here: https://github.com/a1ext/labeless/releases/download/v_1_1_2_48/labeless_release_full_1.1.2.48.7z
Regards,
pip uninstall labeless
pip install labeless
pip install deploy\labeless-1.1.2.65-py2.py3-none-any.whl
version 1.1.2.75
fix: logging function was adjusted to the plugins code which don't add extra line endings.
https://ci.appveyor.com/project/a1ext/labeless/build/1.1.2.75/artifacts
You are welcome. Guys, join my Discord channel if you want to ask something or propose some features. Feedback and usefull scripts and use cases will be published there https://discord.gg/XfRPu9X.New build:version 1.1.2.83
[Olly1/2] remote memory allocation for scripting added `ll.memory.RemoteAllocRWE`/`ll.memory.RemoteFree`
Link: https://ci.appveyor.com/project/a1ext/labeless/build/artifacts
Thanks @a1ext!!