InfiniteScrollNode
Infinite scroll for Axmol Engine 2.x. It can be used to create a parallax effect. (by danialias)
x64dbg
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. (by x64dbg)
InfiniteScrollNode | x64dbg | |
---|---|---|
1 | 34 | |
5 | 45,699 | |
- | 0.9% | |
1.8 | 8.8 | |
3 months ago | 3 days ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
InfiniteScrollNode
Posts with mentions or reviews of InfiniteScrollNode.
We have used some of these posts to build our list of alternatives
and similar projects.
x64dbg
Posts with mentions or reviews of x64dbg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-21.
-
Debugging bugs in x64dbg debugger. Step out to GUI
Several months have passed since the last part was posted. Maintainers of x64dbg have continued to improve its functionality. They also opened a task to update the development tools. So in this post, we will continue the analysis based on commit f518e50 code and, where possible, we'll compare it with the commit 9785d1a, which is accurate at the time of writing.
- X64_dbg: An open-source x64/x86 debugger for Windows
- we need a 2015E revival.
-
Too Many Fonts in Windows 10 Can Cause Slow Application Starts
I have never heard anyone say anything good about the Visual Studio debugger before. Now, I'm not a Windows person but I'm not gonna argue for gdb or lldb here. RemedyBG and x64dbg are the two debuggers I've heard good things about though I've never used them because, again, not a Windows person.
[1] https://remedybg.handmade.network/
[2] https://x64dbg.com/
-
Advice needed on disabling license checks on some old proprietary abandonware
I'd help you out but because of circumstances I have no laptop with me. You need x86/x64 debugger to do this. This one for example Find a registration procedure and look for possible brenching to other parts of code in assembly. It's probably somewhere in the beginning. Exclude code validation and export new program version.
- Looking for x64 emulator to learn assembly ?
-
C/C++: Where is the address of a declared variable stores?
One interesting thing you can do is download an app like https://x64dbg.com/ or cheat engine, which will let you see the memory. You can look at the process for something you’ve made and explore it. Log a memory address from your app then go find it in the tool and interpret the bytes as an integer. Find a string and see how that works. Find a pointer, read the address it’s pointing then go look at that address. You start to see how different containers store data. I find it fascinating.
-
Is there a tool that can show you an EIP trace of a game?
If you want to also do dynamic analysis (debugging) you can use https://x64dbg.com.
-
Star Wars Squadrons Windows 7 help (epic games ea origin)
close origin and download this debugger https://github.com/x64dbg/x64dbg/releases
- Lulu não foi eleito pelo povo brasileiro. Foi escolhido pelo sistema eleitoral
What are some alternatives?
When comparing InfiniteScrollNode and x64dbg you can also consider the following projects:
axmol-extensions - Axmol Extensions
ghidra - Ghidra is a software reverse engineering (SRE) framework
CPlusPlusThings - C++那些事
dnSpy - .NET debugger and assembly editor [Moved to: https://github.com/dnSpy/dnSpy]
react-native-stretchy - 🤸♀️A ReactNative scrollable stretchy header component
ImHex - 🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.