ollydbg

Results 288 comments of ollydbg

One question: is it possible to add a custom text replacement rule which acts like a macro expansion before the lexer? I mean, if I need to have "#define AAA...

> Yes, SWIG has C preprocessor macro support. Maybe the text replacement rule can be implemented in the lexer level. I'm not sure whether the flex tool support this.

This is the related discussion about how to pan or zoom in the polar axis, there are several workaround methods, see the answers in that post: https://stackoverflow.com/questions/78819087/how-to-use-mouse-left-button-drag-to-pan-on-matplotlibs-polar-coordinate-axis/78819533#78819533

> I was planning to meet the maker of Code::Blocks (who lives about a 1 hour drive from me) to discuss how winlibs and Code::Blocks can come together, but our...

FYI: In my project: [asmwarrior/x86-codeblocks-builds: Automatically built codeblocks for both 32b and 64b Windows systems.](https://github.com/asmwarrior/x86-codeblocks-builds) I can now create a full C::B win64 bit release package(include all the exe and...

> That's great news. > > `copypedeps` should copy all files that it finds in the `PATH` environment variable that are not in the Windows folder. > > So your...

I meet the same problem here, I think the problem here is: I have already set the msys2 pacman mirror site, but when I run the `pacman -Syu`, it first...

Can any developer change this issue title? I mean it could rename to something like "pacman mirrors get reset after update", so users need to manually config those mirrors again.

Hi, for the release, here is my suggestion: 1, when I looked at the source code: https://github.com/sammycage/lunasvg/blob/master/include/lunasvg.h This header file has many doxygen style comments, but the comments are not...

>2. Regarding the subproject, thank you for pointing that out. Just to clarify, the project in the `subprojects` folder is actually `plutovg`, not `plutosvg`. `PlutoVG` is a 2D vector rendering...