March 19, 201510 yr Author The Reflexil 2.0 support ILSPY , Hope to add it. What can Reflexil do that ILSpy NEXT can not do?
March 21, 201510 yr Great job m8. A little bug : when inspecting a variable the copy menu item doesn't work (neither CTRL+C). this is important when debugging long strings that goes outside the screen boundaries. DjP
March 30, 201510 yr Author File replace.Please reload.Last build 30_03_15_16_29 ("Test version. Need bugreport`s")+ add Debugger Local Variable panel (C# and IL view code)+ add video: "How to use local variable panel"
March 30, 201510 yr Author HotFix.File replace.Please reload. Last build 30_03_15_18_42 ("Critical") +fix some bug on debug local variable panel +add Hex representation to numeric value +add value viewer +add jpg "How to use local variable panel" Edited March 30, 201510 yr by Medsft
March 31, 201510 yr Author Often people asking about difference between low and high modes. Brief explanation below.High mode. It is standard ILSpy mode. You make a fix in code and go File - Save assembly.. and get patched assembly on the disk.Low mode. Fix not applies directly to assembly, but put to patch list. Then you can manage patches using the top level Patch menu.Finally, the difference is: direct editing (hi) vs patch list (lo).
April 1, 201510 yr Option "Debug an executable" does not work with some .NET applications, button "Debug an executable" is disabled for a moment and then enabled again and the application is not executed. I can give an example.Thanks.
April 2, 201510 yr To Medsft: I sent you a personal message.Anyway, ILSpy NEXT is a good work, keep it up.Thanks.
April 8, 201510 yr Author To RTSmnq08px1.Thanks.2.A`m not repeat you bug. My machine: Win7 323.Create txt file with this content ->then load you target to ILSpy NEXT->open menu"Patches" ->find you target in opening load assembly`s treeview -> load you txt file and press apply patchContent: ILSpy NEXT patch.table for ***16120;31;2216121;35;4216122;40;016123;109;016124;1;016126;10;069192;22;2369193;10;42 Edited April 8, 201510 yr by Medsft
April 8, 201510 yr To Medsft:You are patching very high: return at the entry of routine, thus proper initializing parameters remain unsettled and: "Save" button disabled, "Registration" button visible. These additional patches should be applied too:15939;55;0015963;31;0015977;123;3815978;43;2315981;04;00Anyway, it wasn't the matter of patches, just wanted to try the debugger.I don't know whether it is a bug or not but the option "Break debugger at start or attach" does not work for me. Nothing of the kind happens, debugger just runs applications.Thanks. Edited April 8, 201510 yr by RTSmnq08px
April 10, 201510 yr Author "I don't know whether it is a bug or not but the option "Break debugger at start or attach" does not work for me." Solution: Goto entry point->add breakpoint on first code line-> Call assembly context menu-> Debug Assembly
April 10, 201510 yr Author Some bug fix. File replace.Please reload. Last build 10_04_15_55_42 + add load modules panel + local variables on local variables panel - NOW! editable in run-time debugger mode. (Only primitive type: bool, numeric, string, primitive type array element)
April 17, 201510 yr can't use patches or save assembly :-( make the dir the pic showen yourself before save action Edited April 17, 201510 yr by ghostfish
April 28, 201510 yr Author Some bug fix. File replace.Please reload.Last build 27_04_18_02_42fix: add scroll control on form`s with list control
April 28, 201510 yr Author Some bug fix. File replace.Please reload.Last build 27_04_18_02_42fix: add scroll control on form`s with list control
May 7, 201510 yr Hi Medsft, very good work. I tried it for some days now and it works good.I noticed some hangups when using the scroll wheel a lot. So I don't use it ;0) But it would be very helpful if I could rename properties too. At present I have to switch over to Reflector (with Reflexil) because then I can rename properties. But iLSpy Next is better and I won't use Reflector at all...Could You please fix this? Thank You for Your good work.
May 8, 201510 yr Author To tom0021:"rename properties too" Good idea. Wait next build."But iLSpy Next is better and I won't use Reflector at all..." Thank you.
May 8, 201510 yr Author Some bug fix. File replace.Please reload.Last build 08_05_15_41_00fix: add rename property.Rule for rename property:PropertyDefinition pdef = pdtn.PropertyDefinition; if (pdef.DeclaringType.BaseType != null && pdef.DeclaringType.BaseType.Name.EndsWith("Attribute") && pdef.SetMethod != null && (pdef.SetMethod.Attributes & Mono.Cecil.MethodAttributes.Public) != 0) { //no rename } else { // rename } Edited May 8, 201510 yr by Medsft
June 1, 201510 yr Author What's New:+ all next build`s on hxxp://ilspy-next.ml. We are opened! Welcome, guys!+ Highlight variables and objects in method (Thanks to YaroslavS for idea) + Left click: highlight item + Ctrl+Left click: follow item (jump to)+ add ability to Copy method body to another method...+ add new option: View instruction bytes+ add new option: Show hidden name for entities with editable IgnoreNamesReference~ Fix: Find by member and constant~ Fix: Analyze menu for selected item in Code View (Thanks to YaroslavS for the bug report) Edited June 1, 201510 yr by Medsft
June 20, 201510 yr It would be nice to have these features like, * Multiple tab support - To open different method in separate tab. * Save resources to disk* Deleting multiple IL Its nice to see updates coming. Regards
Create an account or sign in to comment