Medsft Posted March 19, 2015 Author Posted March 19, 2015 The Reflexil 2.0 support ILSPY , Hope to add it. What can Reflexil do that ILSpy NEXT can not do?
djpolgio Posted March 21, 2015 Posted March 21, 2015 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
djpolgio Posted March 21, 2015 Posted March 21, 2015 What can Reflexil do that ILSpy NEXT can not do? Debugging ?
Medsft Posted March 30, 2015 Author Posted March 30, 2015 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"
Medsft Posted March 30, 2015 Author Posted March 30, 2015 (edited) 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, 2015 by Medsft
Medsft Posted March 31, 2015 Author Posted March 31, 2015 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).
RTSmnq08px Posted April 1, 2015 Posted April 1, 2015 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.
RTSmnq08px Posted April 2, 2015 Posted April 2, 2015 To Medsft: I sent you a personal message.Anyway, ILSpy NEXT is a good work, keep it up.Thanks.
Medsft Posted April 8, 2015 Author Posted April 8, 2015 (edited) 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, 2015 by Medsft
RTSmnq08px Posted April 8, 2015 Posted April 8, 2015 (edited) 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, 2015 by RTSmnq08px
Medsft Posted April 10, 2015 Author Posted April 10, 2015 "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
Medsft Posted April 10, 2015 Author Posted April 10, 2015 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) 1
ghostfish Posted April 17, 2015 Posted April 17, 2015 (edited) can't use patches or save assembly :-( make the dir the pic showen yourself before save action Edited April 17, 2015 by ghostfish
nickjr Posted April 17, 2015 Posted April 17, 2015 make the dir the pic showen yourself before save action worked! thanks
Medsft Posted April 28, 2015 Author Posted April 28, 2015 Some bug fix. File replace.Please reload.Last build 27_04_18_02_42fix: add scroll control on form`s with list control 1
Medsft Posted April 28, 2015 Author Posted April 28, 2015 Some bug fix. File replace.Please reload.Last build 27_04_18_02_42fix: add scroll control on form`s with list control 2
tom0021 Posted May 7, 2015 Posted May 7, 2015 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.
Medsft Posted May 8, 2015 Author Posted May 8, 2015 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.
Medsft Posted May 8, 2015 Author Posted May 8, 2015 (edited) 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, 2015 by Medsft
Medsft Posted June 1, 2015 Author Posted June 1, 2015 (edited) 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, 2015 by Medsft 1
bsvo2786 Posted June 20, 2015 Posted June 20, 2015 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now