cw2k

Results 23 issues of cw2k

Here I just wanna bring up some actual crash: That is the original string: "Could not delete breakpoint **%p**! (DeleteBPX)\n" And that the wrongly translated String: "Haltepunkt **%s** konnte nicht...

feature

Well usability is a great thing. And really essential have fun. So I just had the vision just da a simple mouse wheel click on **rcx** to trigger a 'follow...

feature
gui

### What is the matter? x64dbg should always open file like this: GENERIC_READ, FILE_SHARE_READ | **FILE_SHARE_WRITE | FILE_SHARE_DELETE** #### Why FILE_SHARE_WRITE and FILE_SHARE_DELETE when I just need READ access? Even...

bug

I just tested MinidumpExplorer. Hmm to me it would add much value to be able to to search & dump certain memory regions from memory Info. Just image your favorite...

* Fixed SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 4-5: truncated \UXXXXXXXX escape * Some typos * Added accelerators to menu items

Hi VDisasm sorry for post this here however I found not better way contacting ya. Well I wonder what happened to 'Inno Setup Decompiler'? The Github site https://github.com/vdisasm/InnoSetupDecompiler/ is down...

-> Fixed for Unsupported opcode: [WITH_EXCEPT_START](https://docs.python.org/3/library/dis.html#opcode-WITH_EXCEPT_START) and Unsupported opcode: [RERAISE](https://docs.python.org/3/library/dis.html#opcode-RERAISE) by just adding these into the AST builder but without implementing any handler for it. ( too complicated for me...

Better share it. Than just having sitting these improvements on my local HD.

It would be really handy for Windows people to just be able to download **pycdc.exe pycdas.exe** to use them. I just search the net but don't find them. Its simply...

https://github.com/zrax/pycdc/blob/2075a4ac1fb7dafb2fd17a80145e8b6900f21bf1/FastStack.h#L29 Why pop() is not returning the last value that's on the stack? Is there a reason for implementing it that ( unusable ) way? Because of this there are...