deepio/macos-guest-virtualbox 2
Semi-automatic installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows and Linux
Rodan job for encoding pitch-finding and lyric alignment output into an MEI file of a manuscript page.
Ghidra Software Reverse Engineering (SRE) framework
Un-Official docker image of kali linux with msfconsole and gdb
deepio/Madgwick-IMU_MARG-Filters 1
Clone of Madwick's Sensor fusion algorithm
yet another tool for analysing binaries
Color theme for python logging
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
VST Audio Plugins
startedbelow/HelloSilicon
started time in 13 hours
startedA2nkF/macOS-Kernel-Exploit
started time in 21 hours
startedA2nkF/unauthd
started time in 21 hours
push eventdeepio/kali_docker
commit sha 6ef14dbbfd3f02d4b0e1835d745e9aa2513c9e90
Update Dockerfile
push time in 5 days
push eventdeepio/kali_docker
commit sha ff76cb8c3340ad70181a55d2f74693f698a443e9
Add: PwnTools for python3
push time in 5 days
startednautilus-fuzz/nautilus
started time in 7 days
startedCisco-Talos/mutiny-fuzzer
started time in 7 days
startedaflnet/aflnet
started time in 7 days
push eventdeepio/mupix
commit sha 5ffee71c568fcc93d3a3f44c1cf6544c1984e1fe
Update partwise.py
push time in 8 days
push eventdeepio/mupix
commit sha 3f9c3fab4f004acbac522f5ab33292444833a2c0
fix todos
commit sha 020f54017190630852a68a4d71223dd8e7ec37c9
Added: Color objects when they are wrong
commit sha f64a78d10d4febc415bd19b3c5cd4aecdac5e3ff
Update test_command_read.py
commit sha 1b78201ae2a8b23f1899c0484bf9447970c2a97f
New: v0.3.1 Release
push time in 9 days
push eventdeepio/mupix
commit sha bf5ca5d9cf10a336c0efd3341e246f2f9f0dd83c
Update __init__.py
push time in 9 days
push eventdeepio/mupix
commit sha 309b806998c836a776463a1187e1dfdd2d8ef5d1
Added: Tie parameters
commit sha 170df153a8a60db31df77cdb2bdb62f3699a66cc
New: 0.3.0 Release Introduction of spanners and ties
push time in 9 days
startedtiangolo/fastapi
started time in 10 days
push eventdeepio/kali_docker
commit sha efcddb53211859a8a5168cdbc3c0b29def2252b6
Update Dockerfile
push time in 10 days
push eventDDMAL/Rodan
commit sha b499ec821e65689bc7e92c8145f52355502c6c0c
Fixes flake8
push time in 11 days
push eventDDMAL/Rodan
commit sha 275761aa4f5de6d13f8084aa4e83a9f758b58bef
Fix flake8
push time in 11 days
push eventDDMAL/Rodan
commit sha c52069305c53805284cd2637fcf6575920b3b47f
Update .travis.yml
push time in 11 days
PR opened DDMAL/Rodan
This is just to test the travis config. Do not merge yet.
pr created time in 11 days
push eventDDMAL/Rodan
commit sha 65f7bce1ac274e7080db07c3c5462db77783a797
Update readme.md
commit sha d3b820154bc11ff103747dfce9fdaeb30465dfb2
possible travis problem
push time in 11 days
push eventDDMAL/Rodan
commit sha 55c6dc5268aa33717181c6eb04167f3c5b5debf8
Create .gitignore
commit sha a4780754c5f947be3c949cbe29dc158f737e48df
Update index.html
push time in 12 days
push eventDDMAL/Rodan
commit sha aa505eb8ef8b6ceb8640731dcf13434ad6b77cfc
Fix title heading
push time in 12 days
push eventDDMAL/Rodan
commit sha c872d2f9aaa73ebbfcab7e3ffdb627441e24da8e
Update readme.md
push time in 12 days
push eventDDMAL/Rodan
commit sha 0b4f3979473963289b5859085b27c3775b9477f8
Update docs
push time in 12 days
push eventDDMAL/Rodan
commit sha 3f77d4c12626d1dda06ac7697b6d363b1420fab3
Add docs
commit sha a4dbd256f32f07f0e40fda9f35a40fc3d476845f
Update pyproject.toml
commit sha 141b8ad4465d326c80de16426584dc9e4f1e3251
Update .gitignore
push time in 12 days
startedSCUBSRGroup/CrackSo
started time in 13 days
issue closedNationalSecurityAgency/ghidra
x86 instructions: ELF 64-bit method for ignoring bad instructions with the Ghidra Python API
I frequently find bad instructions that stop the decompilation of ELF 64-bit binaries.
06 (bad)
07 (bad)
0e (bad)
17 (bad)
1e (bad)
1f (bad)
2f (bad)
37 (bad)
44 0e rex.R (bad)
45 0e rex.RB (bad)
48 0e rex.W (bad)
60 (bad)
61 (bad)
62 (bad)
66 06 data16 (bad)
66 61 data16 (bad)
c4 (bad)
c7 (bad)
ce (bad)
d6 (bad)
fe (bad)
ff (bad)
- What is the recommended method of iterating through all the bytes?
- Is it possible to have the Python API decompile code at specific addresses, just passing it a toAddr or something?
- Is this something that should be turned into an Issue and fixed in Ghidra rather than making a one-off script?
closed time in 17 days
deepiostartedgo-vgo/robotgo
started time in 17 days
issue openedNationalSecurityAgency/ghidra
x86 instructions: ELF 64-bit method for ignoring bad instructions with the Ghidra Python API
I frequently find bad instructions that stop the decompilation of ELF 64-bit binaries.
06 (bad)
07 (bad)
0e (bad)
17 (bad)
1e (bad)
1f (bad)
2f (bad)
37 (bad)
44 0e rex.R (bad)
45 0e rex.RB (bad)
48 0e rex.W (bad)
60 (bad)
61 (bad)
62 (bad)
66 06 data16 (bad)
66 61 data16 (bad)
c4 (bad)
c7 (bad)
ce (bad)
d6 (bad)
fe (bad)
ff (bad)
- What is the recommended method of iterating through all the bytes?
- Is it possible to have the Python API decompile code at specific addresses, just passing it a toAddr or something?
- Is this something that should be turned into an Issue and fixed in Ghidra rather than making a one-off script?
created time in 17 days
startedffffffff0x/AboutSecurity
started time in 18 days
push eventdeepio/mupix
commit sha d95c7254248ba14043af92595f10355ed2257653
Update test_command_read.py
push time in 18 days
push eventdeepio/mupix
commit sha 8a5a1c9a815160381c6ba7766e85584787028360
Added: Dynamics object
commit sha 40fd3e94033e240dbb0bc50bfbafe3b93678f1cb
Update typewise.py
push time in 18 days
push eventdeepio/mupix
commit sha 72f7da925a5433d8f17d3ff56b7f9942937261f9
Revert "Update typewise.py" This reverts commit 27cd1b44678111990cafee01e3d10f4456a3354b.
commit sha f6521be4ce1f14d102aff5a0e670fdf38d9a9b0e
fix
push time in 18 days
push eventdeepio/mupix
commit sha 0df39150d1b0e957ed8a0a3b5c151eaddab24c01
Update sequence_alignment.py
push time in 18 days
push eventdeepio/mupix
commit sha 27cd1b44678111990cafee01e3d10f4456a3354b
Update typewise.py
push time in 18 days
push eventdeepio/mupix
commit sha 459bb30903e74215c6178dea7a79ed746b8df887
Update typewise.py
push time in 18 days
push eventdeepio/mupix
commit sha 6e2da1402cc4a273c9546c686fdbfac19df67de7
Update commands.py
commit sha e1ed73c89e47f202f6e2969a621c1b508651218e
Update core.py
commit sha ebd8f0eec72c4cd44a85ec9a4cddc076b8a9205d
Update typewise.py
commit sha 7ac40126055279a6fc3b9a423caeec8da6b62d45
Update extra.py
push time in 18 days
push eventdeepio/mupix
commit sha 61c17b0b9af498c9fe23fb597cb00d91203ce3e1
Update typewise.py
commit sha 9cd87e2e817b5c1192ad0f1244a2efb58a02310a
Fixed: Missing spanner cli
commit sha 4654b8cfc8d4873e5fa50230d6001fc6f0b4e26e
Update typewise.py
push time in 18 days
push eventdeepio/mupix
commit sha 6b335a03ef9a6dce765ce7f445912a0a209543aa
Update typewise.py
push time in 18 days
push eventdeepio/mupix
commit sha 28e9b762565c8962c05270b0bc4357d4163ff162
Added keysignature and clef onset
push time in 18 days
issue openedcuthbertLab/music21
Missing measureNumber information in spanners
I expected the measureNumber of the first tag of a spanner pair to be returned but instead i'm presented with None. Is this by design?
file_ = music21.converter.parseFile("./hairpins_1.xml")
for part in file_.recurse().getElementsByClass("Part"):
for span in part.recurse().getElementsByClass("Spanner"):
print(span.measureNumber) # Only returns none?
created time in 18 days
startedPerfare/Il2CppDumper
started time in a month
startedBaekalfen/PyBoy
started time in a month
startedAFLplusplus/AFLplusplus
started time in a month
startedbanach-space/llvm-tutor
started time in a month
startedTortoiseFuzz/TortoiseFuzz
started time in a month
startedDFIRKuiper/Kuiper
started time in a month
startedMr-xn/Penetration_Testing_POC
started time in a month
push eventdeepio/mupix
commit sha cfa3b9b783136aa078d5a10dba6493e5ba311a51
Update application.py
push time in a month
push eventDDMAL/Rodan
commit sha 57b52a269c95de9faae9aeeb0da2aedcf1c34e62
Update pillow from 6.2.2 to 7.2.0
push time in a month
startedpersianhydra/Xeexe-TopAntivirusEvasion
started time in a month
push eventdeepio/dot_files
commit sha 3ef384470ca82c68a171033e122f226f727cf585
Update reload.sh
push time in a month
push eventdeepio/kd_slug
commit sha 1009fd09829733d2772435a1f86d952a07dc69fc
fix
push time in a month
startedBattelle/movfuscator
started time in a month
startedYatingMusic/remi
started time in a month
push eventDDMAL/Rodan
commit sha 70c560c8dda1bb7b696f657cd2e2b25d6dfd9a8c
Update pillow from 6.2.2 to 7.1.2
push time in a month
issue openedDDMAL/MEI_encoding
- [ ] Now that MEI 4.0 spec. is out, add tests for the more general methods that use the output of the new MEI mapping tool.
created time in a month
startedgitpython-developers/GitPython
started time in a month
issue commentcuthbertLab/music21
Error in getting DynamicWedges...
@mscuthbert Any update on this issue? It's still present in Music21 5.7.2 and MuseScore 3.3.4. A spanner is created without any other object and crashes. I think a warning that the file is invalid would be better, but it does not need to crash.
https://github.com/cuthbertLab/music21/blob/ed66817fdbb4430f9de10dd63c32d088eb01ab0b/music21/musicxml/xmlToM21.py#L3607-L3608
Returns an empty list.
https://github.com/cuthbertLab/music21/blob/ed66817fdbb4430f9de10dd63c32d088eb01ab0b/music21/musicxml/xmlToM21.py#L3609-L3614 Crash
Here is a fleshed out file from MuseScore.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise>
<identification>
<encoding>
<software>MuseScore 3.3.4</software>
</encoding>
</identification>
<part-list>
<score-part id="P1">
<part-name>Clarinet</part-name>
<score-instrument id="P1-I1">
</score-instrument>
</score-part>
</part-list>
<part id="P1">
<measure number="1" width="279.65">
<note default-x="85.75" default-y="-585.00">
<pitch>
<step>A</step>
<octave>3</octave>
</pitch>
<voice>1</voice>
<type>half</type>
</note>
<direction placement="below">
<direction-type>
<wedge type="stop" number="0"/>
</direction-type>
</direction>
</measure>
</part>
</score-partwise>
comment created time in a month
PR opened bdcht/amoco
I'm not certain about your contributions guidelines, but when I tried installing amoco: pip install git+https://github.com/bdcht/amoco and trying to import the library:
import amoco
I was greeted with this:
Traceback (most recent call last):
File "ape.py", line 2, in <module>
import amoco
File "/tmp/env/lib/python3.7/site-packages/amoco/__init__.py", line 1, in <module>
from .main import *
File "/tmp/env/lib/python3.7/site-packages/amoco/main.py", line 17, in <module>
from amoco.system.core import read_program, load_program
File "/tmp/env/lib/python3.7/site-packages/amoco/system/core.py", line 18, in <module>
from amoco.ui.views import execView
File "/tmp/env/lib/python3.7/site-packages/amoco/ui/views.py", line 15, in <module>
from blessed import Terminal
ModuleNotFoundError: No module named 'blessed'
Which is not a big deal (can just install blessed with pip and its gone), but with this small change to the setup we can avoid this in the future. Also, if you allow me to make a suggestions, I would very much like to see this project in pypi so that in the future we can perform pip install amoco as the name is not used yet.
pr created time in a month
push eventdeepio/amoco
commit sha 0f010a6a13b8cadd0cd5c9eed3b82d14695bcb8f
Blessed is not being installed automatically
push time in a month
startedhellman/xortool
started time in a month
startedcbwang505/CVE-2020-0787-EXP-ALL-WINDOWS-VERSION
started time in a month
startedjrosebr1/imutils
started time in a month
startedzeropointdynamics/zelos
started time in 2 months
push eventdeepio/dot_files
commit sha a958616b11f1e40640ef89aa2c038c0f4633e872
added pomodoro function
push time in 2 months
push eventDDMAL/Rodan
commit sha 05ddd91158cb23f6a0e955976a1ffb18c2c6e1b2
Add biollante-rodan job to settings.py. (#533)
push time in 2 months
startedpatois/HexraysToolbox
started time in 2 months
startedbdcht/amoco
started time in 2 months
startedhexway/apple_bleee
started time in 2 months
startedcorkami/pics
started time in 2 months
startedxoreaxeaxeax/sandsifter
started time in 2 months
fork deepio/carte
Simple Jekyll-based documentation site for APIs.
http://wiredcraft.github.io/carte/
fork in 2 months
startednavdeep-G/setup.py
started time in 2 months
push eventdeepio/kd_slug
commit sha 43d1fa0166a3fa7127e0c2ca66be3d2c98ec124b
Update README.md
push time in 2 months
push eventdeepio/kd_slug
commit sha 148039509640df22cad6283eb74ed87155ff588d
Update README.md
push time in 2 months
push eventdeepio/kd_slug
commit sha 410b3e88f16b475ea74f4335384308f2513a6d02
Update README.md
push time in 2 months
push eventdeepio/kd_slug
commit sha ccc632169138a80edb136b07508a6bae63b8021a
Create .readthedocs.yml
push time in 2 months