Case insensitive string functio…Merge pull request #2889 from j…(compare)
x64dbgbot
@x64dbgbot
<albertsjohnson> is it possible to write a plugin to search for these values in a real time?
<albertsjohnson> or just compare each of these values to the target string
<albertsjohnson> and if they are matched, then stop
<albertsjohnson> it will be very helpful if some plugins can do that
x64dbgbot
@x64dbgbot
<Dmitriy_Karbovskiy> You'll need to repeatedly scan the memory. That's no good and extremely, I mean extremely slow.
<Dmitriy_Karbovskiy> I am no expert in x64dbg though. Neither I know how to write plugins for that.
<Dmitriy_Karbovskiy> I would recommend to only scan pages with R/RW rights or something. Scan the stack, scan the heap, skip import, exports and read-only constants (skip .idata, .edata, .reloc, .rdata, .bss and other useless sections)
x64dbgbot
@x64dbgbot
<Dmitriy_Karbovskiy> You probably only want to scan dynamic memory. If it's Windows we're talking about, you can enumerate heaps and thread, therefore you might be able to find their stacks.
<albertsjohnson> I found some plugins
<albertsjohnson> maybe they are helpful
<albertsjohnson> thank you
x64dbgbot
@x64dbgbot
<Dmitriy_Karbovskiy> Good luck.
x64dbgbot
@x64dbgbot
<Rhyle12> Hi Please tell me how to crack the ex4 file through x32dbg Thanks in advance
x64dbgbot
@x64dbgbot
<gmh5225> Yes. I am Do you think it makes sense to add this feature within the X64DBG Or still only available as a plugin
x64dbgbot
@x64dbgbot
<mrexodia> I would say to start with only a plugin. The feature seems kinda niche and adding it to x64dbg itself would be a maintenance burden I think
x64dbgbot
@x64dbgbot
<gmh5225> OK. I see
x64dbgbot
@x64dbgbot
<Atn> @SunBeam are u around ?
<Atn>
<Atn> this script will search for sequence off commands.
<Atn> this apply on next version of this plugin ,
<Atn> I will upload it tommorrow
<SunBeam> alrighty 🙂
<SunBeam> I am around if you want me to test
<SunBeam> ^
_
x64dbgbot
@x64dbgbot
<SunBeam> you have to understand I am using Discord and can't see any script you may have pasted
<SunBeam> you wrote twice "this script will do this" and I can't see any script
<Atn> that what I thought too
<SunBeam> yeah, sorry
<Atn> I post a picture
<SunBeam> sure thing; or a link to pastebin should do