a1ext

Results 46 comments of a1ext

Hi @hpvip161, thanks for submitting the issue. Make sure you set up Labeless in debugger, could you show your log from debugger?

Start the debugger first, open logs window and make sure there is a line about Labeless. Which debugger do you use? OllyDbg has `L` button to open logs window, the...

If you see an error like the following: ![image](https://user-images.githubusercontent.com/14978853/63939325-b21df880-ca6f-11e9-808a-f0891523fb17.png) make sure you installed `labeless` python module: ``` c:\python27\python.exe -m pip install labeless c:\python27x64\python.exe -m pip install labeless ```

Refer to [this video](https://www.youtube.com/watch?v=r5JsDk1SYoM)

@hpvip161 Show me please log from your debugger, not from IDA.

This is mainly for me, in case there is a crash or something with a specific release to reproduce the issue.

> Labeless 1.1.2.97 Where to download? https://ci.appveyor.com/project/a1ext/labeless/builds/23861893/artifacts

@lordremorin yes, but it requires little help from you. I don't have a license for IDA PRO for MAC, I just have IDA Demo 6.95 for MAC without Python plugin....

Hm... I don't know is this possible to tell to Olly about new procedure (I think Olly makes procedures list based on initial internal Olly's analysis) using Olly PDK. Maybe...