Coldzer0

Results 33 comments of Coldzer0

Hello @joachimmarder It's the same sample as in `Virtual-TreeView\Demos\Advanced` I just compiled it with Delphi 11 And I tested it on Windows 10 , 11 Latest updates Here's a GIF...

And Here's a screenshot from TreeSize ![image](https://user-images.githubusercontent.com/6647006/140234902-ac97b90b-7341-4f7d-9801-df8a0204abf9.png)

Please read the Readme file Here's how to create a config file https://github.com/Coldzer0/Cmulator#2-create-configjson-config-file

If you have discord add me `Coldzer0#0001`

Hello @JernejL In my case i defined https://github.com/Coldzer0/Cmulator/blob/master/Core/jsplugins_bengine.pas#L20 https://github.com/Coldzer0/Cmulator/blob/master/Core/jsplugins_bengine.pas#L29 then assigned it on JS code then check if it's not nil and finally call it

Plus you can check my project for QJS (is a JS Engine with Almost Complete ES2019 & Alot of ES2020 support) https://github.com/Coldzer0/QuickJS-Pascal It's very easy to use, I already updated...

Thanks, I'll update it to support IDA v 7.x

Hello @d-mozulyov Your code is really impressive and for sure i'll use it into my RTTI port for QJS. I was working on my own RTTI code, But I stopped...

Thanks for the report. Yes i forget to test the last update with Delphi. please use this fix ```pascal {$IFDEF FPC} function c_udivti3(num,den:uint64):uint64; cdecl; public alias: {$ifdef darwin}'___udivti3'{$else} '__udivdi3'{$endif}; begin...

I recommend you to check the mormot2 QuickJS implementation it's built on top of this project but with more useful APIs. https://github.com/synopse/mORMot2/blob/master/src/lib/mormot.lib.quickjs.pas