News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Addin HighLight Like IDA.

Started by qWord, January 26, 2013, 11:07:15 PM

Previous topic - Next topic

qWord

This topic continues S_Alex's thread here.

I the attachment my modified version, which highlights current selection using GDI+. Please remarks that my version attached in the old forum is buggy.
The code is based on Alex's code.

regards, qWord

EDIT: new version uploaded
MREAL macros - when you need floating point arithmetic while assembling!

Magnum

Thanks for the plugin.

I put the dll in my IDA plugins directory.

I can't find the plugins.cfg file which I think it needs to run plugins.

I am looking for it.



Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

qWord

Quote from: Magnum on January 27, 2013, 12:07:01 AM
I can't find the plugins.cfg file which I think it needs to run plugins.

I am looking for it.
keep up Don Quixote  :t
MREAL macros - when you need floating point arithmetic while assembling!

Magnum

Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

ragdog

@Andy

have you look @ this source you can see is not for Ida is for radasm ::)
And qWord say "Like Ida"

qWord thanks i try it

And i love it very Nice :t :t

Magnum

Qword,

I apologize for the arson remark.

I initially just saw IDA.

< Addin HighLight Like IDA
Take care,
                   Andy

Ubuntu-mate-18.04-desktop-amd64

http://www.goodnewsnetwork.org

ragdog

Hey qword

Your addin have a bug

Disable your addin in radasm Addin manager an restart radasm
Radasm is running but only hidden .

I must manuelly delete HighLight.dll=0 in radasm.ini
now works radasm again

I have look @ your source but i cannot find this bug

But i think you must add a check in InstallAddin

If HighLight.dll=0 jmp to ret

Regards,

qWord

thx ragdog.
I will take a look at this bug these days.
MREAL macros - when you need floating point arithmetic while assembling!

qWord

Solved it: GdiplusStartup was called from DllMain.
New attachment in first post.
MREAL macros - when you need floating point arithmetic while assembling!

ragdog

Nice Thanks for the update :t

I works now

S_Alex

I am glad that my plug is still alive. But there is no counter highlighted words in the status bar. He helps me to find the long source code.

qWord

Hello S_Alex,
Quote from: S_Alex on February 07, 2013, 03:28:12 AM
But there is no counter highlighted words in the status bar. He helps me to find the long source code.
Yes, I've removed that, because I didn't need that (as said, I initially adapted your plugin for my own usage). Maybe I will add it again.

You may also upload your own version here or create a new thread (which maybe merged with this thread).

regards, qWord
MREAL macros - when you need floating point arithmetic while assembling!

ragdog

Hello Qword

I have found a bug in your Addin .

First I thought it's a bug in RadASM ,i have deleted your  addin and have not this bug

1.Change  in the project something
2.Click on the sysmenu on Closebutton and radasm tell you "Want to save changes" click on Abort
3.and Click on the sysmenu on Closebutton again

now must you see the Radasm the error window

QuoteModule name: kernel32.dll (RadASM version 3.0.0.9c)
Windows version 6.1 Service Pack 1
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 7774C3F9h

I think this problem is here in your code
.elseif uMsg == AIM_CLOSE

Regards,

qWord

Quote from: ragdog on January 23, 2015, 08:47:59 PMI have found a bug in your Addin
[...]
I think this problem is here in your code
.elseif uMsg == AIM_CLOSE
yes, wrong message used.
New version uploaded in first post.

regards
MREAL macros - when you need floating point arithmetic while assembling!

buku

can it run in 2.2.20,In plusin menu,I can't find it