FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/Scripts/Python - gitmesam/reko · GitHub
gitmesam
/
reko
Public
forked from
uxmal/reko
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
reko
src
Scripts
Python
on
master
User selector
Datepicker
Commit history
Commits on Mar 17, 2023
Improve internal API of scripting events
Show description for 7d8506c
ptomin
committed
7d8506c
View commit details
Copy full SHA for 7d8506c
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
Best wishes for the new year!
uxmal
committed
8b4a671
View commit details
Copy full SHA for 8b4a671
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Refactor: many changes to the object model of Reko.Core
Show description for f99cd5a
uxmal
committed
f99cd5a
View commit details
Copy full SHA for f99cd5a
View code at this point
Browse repository at this point
Commits on Sep 21, 2022
Maintenance: switch to net6.0
uxmal
committed
5654291
View commit details
Copy full SHA for 5654291
View code at this point
Browse repository at this point
Commits on Sep 14, 2022
Refactor: moved classes in Reko.Core around
Show description for 78a5fac
uxmal
committed
78a5fac
View commit details
Copy full SHA for 78a5fac
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Maintenance: upgrade to Iron python 3.4.1-beta1
uxmal
committed
1904fe5
View commit details
Copy full SHA for 1904fe5
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
Maintenance: code quality fixes.
Show description for 33e1020
uxmal
committed
33e1020
View commit details
Copy full SHA for 33e1020
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Maintenance: upgrade all plugin projects to .NET 5.0
uxmal
committed
5972e35
View commit details
Copy full SHA for 5972e35
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
Refactor: The big namespace rename of 2022 (take 2)
Show description for bb42010
uxmal
committed
bb42010
View commit details
Copy full SHA for bb42010
View code at this point
Browse repository at this point
Commits on Jan 1, 2022
Happy new 2022!
uxmal
committed
f884a8e
View commit details
Copy full SHA for f884a8e
View code at this point
Browse repository at this point
Commits on Nov 29, 2021
Refactor: rename 'Uri' to 'ImageLocation'
Show description for 4ef1f2b
uxmal
committed
4ef1f2b
View commit details
Copy full SHA for 4ef1f2b
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
Refactor: RekoUri renamed to ImageLocation
uxmal
committed
a534521
View commit details
Copy full SHA for a534521
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
Refactor: use URI's instead of file names
Show description for 4ca5cf8
uxmal
committed
4ca5cf8
View commit details
Copy full SHA for 4ca5cf8
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Pass recursion limit as optional parameter of PythonModule.CreateEngine
ptomin
committed
32dc546
View commit details
Copy full SHA for 32dc546
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Set recursion limit for Python scrips
Show description for 36e44cc
ptomin
committed
36e44cc
View commit details
Copy full SHA for 36e44cc
View code at this point
Browse repository at this point
Commits on May 30, 2021
Rearrange messages: print Python version before "Evaluating {filename}"
ptomin
committed
553e949
View commit details
Copy full SHA for 553e949
View code at this point
Browse repository at this point
Work around console redirection bug
Show description for 4368b9d
ptomin
committed
4368b9d
View commit details
Copy full SHA for 4368b9d
View code at this point
Browse repository at this point
Modify PythonAPI to use IFileSystemService
Show description for 157c07b
ptomin
committed
157c07b
View commit details
Copy full SHA for 157c07b
View code at this point
Browse repository at this point
Commits on May 28, 2021
Install Python files to $(RekoInstallDir)/Python
ptomin
committed
11ffb8e
View commit details
Copy full SHA for 11ffb8e
View code at this point
Browse repository at this point
Commits on May 25, 2021
Add new script creation action to Reko GUI, provide script template for user
ptomin
committed
fe97da6
View commit details
Copy full SHA for fe97da6
View code at this point
Browse repository at this point
Commits on May 23, 2021
RekoProgramAPI: split TryGetUserProcedure to two procedures
Show description for 2408f40
ptomin
committed
2408f40
View commit details
Copy full SHA for 2408f40
View code at this point
Browse repository at this point
RekoProgramAPI: add dot to the end of error messages
ptomin
committed
608181f
View commit details
Copy full SHA for 608181f
View code at this point
Browse repository at this point
Commits on May 19, 2021
Add possibility to read segmented memory slices
ptomin
committed
79cf99e
View commit details
Copy full SHA for 79cf99e
View code at this point
Browse repository at this point
Make globals definition work at intermediate stages of decompilation
ptomin
committed
84daa87
View commit details
Copy full SHA for 84daa87
View code at this point
Browse repository at this point
Modify Python API to allow iteration over procedures found by scanner
ptomin
committed
cd72f2d
View commit details
Copy full SHA for cd72f2d
View code at this point
Browse repository at this point
Make scripting work with segmented addresses
Show description for e2aad03
ptomin
committed
e2aad03
View commit details
Copy full SHA for e2aad03
View code at this point
Browse repository at this point
Commits on May 12, 2021
Make PythonModule.Evaluate thread-safe
Show description for aa31daf
ptomin
committed
aa31daf
View commit details
Copy full SHA for aa31daf
View code at this point
Browse repository at this point
Commits on May 11, 2021
Reload and reevaluate script file if it was changed
Show description for 20b04d4
ptomin
committed
20b04d4
View commit details
Copy full SHA for 20b04d4
View code at this point
Browse repository at this point
Commits on May 2, 2021
Add possiblity to navigate by stack frames at diagnostics tab
ptomin
committed
7128f61
View commit details
Copy full SHA for 7128f61
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
RegisterOutputSource -> EnsureOutputSource
ptomin
committed
31fd375
View commit details
Copy full SHA for 31fd375
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Refactor: Output window is exposed as IOutputService
uxmal
committed
bcd3a8c
View commit details
Copy full SHA for bcd3a8c
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
Redirect script console output to Reko GUI
ptomin
committed
5875e81
View commit details
Copy full SHA for 5875e81
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
Switch to Iron Python 3.4.0-alpha1
ptomin
committed
d22bfb8
View commit details
Copy full SHA for d22bfb8
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Add new Python scripting events
Show description for 620838e
ptomin
committed
620838e
View commit details
Copy full SHA for 620838e
View code at this point
Browse repository at this point
Commits on Apr 18, 2021
Add doc comments to Python API files
ptomin
committed
fd3bb06
View commit details
Copy full SHA for fd3bb06
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL