Author Topic: Addin HighLight Like IDA.  (Read 20418 times)

ragdog

  • Member
  • ****
  • Posts: 609
Re: Addin HighLight Like IDA.
« Reply #15 on: October 04, 2016, 04:58:40 AM »
Hello

This plugin is for Radasm version 3x

fearless

  • Member
  • ****
  • Posts: 573
    • Github
Re: Addin HighLight Like IDA.
« Reply #16 on: October 04, 2016, 05:27:11 AM »
I downloaded the older version from this post topic: http://www.masmforum.com/board/index.php?PHPSESSID=c6912859730be20304407840d6193697&topic=12938.msg115122#msg115122 - the HL_LIDA_2010-07-14_18-05-36.zip download worked for radasm 2.2.2.x - http://www.masmforum.com/board/index.php?PHPSESSID=c6912859730be20304407840d6193697&action=dlattach;topic=12938.0;id=7788

I copied the HL_LIDA.dll to radasm\addins and the HL_LIDA.txt file to the addins\help as mentioned in the txt help file
Add in manager, selected HL_LIDA->Install and then checked the Enable option
When searching via Find it will color the found instances of the text
fearless

ASUS Crosshair 8 Hero, AMD 5950X, 32GB, MSI 5700XT, NZXT Kraken Z73, Seasonic 1000W PSU

Github Twitter Mastodon Gitbook

ragdog

  • Member
  • ****
  • Posts: 609
Re: Addin HighLight Like IDA.
« Reply #17 on: February 28, 2018, 08:26:33 PM »
Hello Qword

I use your  addin Hl3LIDA and i love it , but i have wrote my own plugin for a other function to auto complete.
If i use both addins works only yours and my is skipped.

My CodeComplete plugin for Include files
http://www.masmforum.com/board/index.php?topic=14100.msg153810#msg153810

I have look in your source and have comment this line out in AddinProc (AIM_RASELCHANGE) return eax TRUE
line 127 ;return   TRUE

Now AIM_RASELCHANGE return in eax 0

And now works with both addins.  :t

Regards,