Maciej Miszczyk

Results 12 comments of Maciej Miszczyk

Please check if the issue is still present after the latest commit, and if it happens on Python 3. I've programmed deepmage on Python 3 and haven't yet tested compatibility...

Hello @Chromatophore . Sorry for late reply, I didn't notice that the issue was created (Github doesn't send e-mails unless I subscribe/comment/assign myself/etc.). This is indeed very interesting, and makes...

A rewrite in general would be a good opportunity to fix some of the other issues with this project: - making a graphical launcher with user-friendly way of picking settings...

So the updated cncs232.dll is not enough to fix the playback problems? That's disappointing. As for the MCI commands, I did some digging and found that they're defined in mmsystem.h....

If it's really a Windows thing then I don't see a good solution, other than replacing the entire MIDI solution with something non-native. Or, if we have time/patience/skills for that,...

The cause of the problem seems to be that 'data' isn't really a Javascript array. Try this: ```js function onData(from, to, data) { var b = [31,32,33] log_info(typeof(data)) log_info(Object.getOwnPropertyNames(data)) log_info(typeof(b))...

> > > [31, 32, 33] is []int64 > > ```js > // called when the script is loaded > function onLoad() {} > > // called when data is...

I think the problem is that Discover_And_Dump.py always imports function_handler, which always imports r2pipe - and if you don't have radare installed, you won't have r2pipe. As there's always either...

Maintainer's Github profile lists [email protected] as an address, I think we can assume that this is also an email for security reports.

I agree that this is not a serious security protection and shouldn't be done. I didn't write the driver I'm fuzzing though (the one I've linked is just an example,...