Homebrew RELEASE Noexs Remote Debugger

Luffysan

Active Member
Newcomer
Joined
Mar 4, 2020
Messages
34
Trophies
0
Age
26
XP
406
Country
Australia
So anybody using this app with USB(me unable to connect ) because wifi speed is too slow ??? and what driver are you using ?
How to use ghidra or IDA pro with this app ??
 

jialeyne19

Well-Known Member
Member
Joined
Dec 22, 2016
Messages
173
Trophies
0
XP
682
Country
Philippines
So anybody using this app with USB(me unable to connect ) because wifi speed is too slow ??? and what driver are you using ?
How to use ghidra or IDA pro with this app ??
there is no usb mode for this software. i
So anybody using this app with USB(me unable to connect ) because wifi speed is too slow ??? and what driver are you using ?
How to use ghidra or IDA pro with this app ??
there is not usb mode for this software
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,387
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,767
Country
United States
What happened to this project? Is Matthew still alive?
He's still alive. I talk to him occasionally on discord. I think the last time I had talked to him, he had to get a new computer but he had a lot of classes he was taking and had to focus on that. I just don't know when or if he will update it more than what it is right now.
 

matt123337

Well-Known Member
OP
Member
Joined
Mar 25, 2014
Messages
151
Trophies
0
XP
623
Country
Canada
Hey guys, long time no see! I'm back (for now), and I intend to get Noexes modernized a bit! I just got the client sourcecode setup on Java 16, and now I'm getting localization written. After that I'm going to rework some of the code, it's hella messy. After that I'll seriously look into getting USB working. If anyone would like to help translate it (or with any other code) please shoot me a message!
 

wiitendo84

Well-Known Member
Member
Joined
Jan 3, 2014
Messages
1,387
Trophies
2
Age
39
Location
New Albany, Indiana
XP
3,767
Country
United States
Hey guys, long time no see! I'm back (for now), and I intend to get Noexes modernized a bit! I just got the client sourcecode setup on Java 16, and now I'm getting localization written. After that I'm going to rework some of the code, it's hella messy. After that I'll seriously look into getting USB working. If anyone would like to help translate it (or with any other code) please shoot me a message!
Let me know Matt. I'll do some updated tutorials with it.
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,635
Trophies
2
XP
6,201
Country
Hey guys, long time no see! I'm back (for now), and I intend to get Noexes modernized a bit! I just got the client sourcecode setup on Java 16, and now I'm getting localization written. After that I'm going to rework some of the code, it's hella messy. After that I'll seriously look into getting USB working. If anyone would like to help translate it (or with any other code) please shoot me a message!
any news on this?
 

Deadqool

Well-Known Member
Member
Joined
Apr 29, 2020
Messages
302
Trophies
0
XP
1,127
Country
Netherlands
Hi, when I'm try to test if some pointer are working I get an error when I parse for a Expression. Any idea why it does this?

Error says:

me.mdbell.noexs.core.ConnectionException

ConnectionException

Result{mod=1, desc=196}
The exception stacktrace was:

me.mdbell.noexs.core.ConnectionException: Result{mod=1, desc=106}
at me.mdbell.noexs.core.Debugger.readmem(Debugger.java:311)
at me.mdbell.noexs.core.Debugger.peek64(Debugger.java:171)
at me.mdbell.noexs.ui.controllers.ToolsController.lambda$new$0(ToolsController.java:68)
at me.mdbell.noexs.misc.ExpressionEvaluator.eval(ExpressionEvaluator.java:67)
at me.mdbell.noexs.ui.controllers.ToolsController.onParse(ToolsController.java:235)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javafx.reflect.Trampoline.invoke(Unknown Source)
at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(Unknown Source)
at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source)
at javafx.fxml/javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source)
at javafx.fxml/javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source)
at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.base/javafx.event.Event.fireEvent(Unknown Source)
at javafx.graphics/javafx.scene.Node.fireEvent(Unknown Source)
at javafx.controls/javafx.scene.control.Button.fire(Unknown Source)
at javafx.controls/com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
at javafx.controls/com.sun.javafx.scene.control.inputmap.InputMap.handle(Unknown Source)
at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.base/javafx.event.Event.fireEvent(Unknown Source)
at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source)
at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source)
at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
 
  • Like
Reactions: essence25

essence25

Member
Newcomer
Joined
Jun 16, 2003
Messages
13
Trophies
2
XP
339
Country
United States
I got it working to connect via network using the TomVita current release which no longer uses the *.kip1 file. But there is a major problem. The search no longer works properly.

On first/initial search it finds the known value but on second search(once that value has changed in the game) it finds nothing no matter what even though I know for sure the value is there.

If we reset search and start again, then it finds the new updated value again but we cannot trim it to less found addresses because on the second search it finds nothing every time.

It is like it does not update for comparison after first search. I tested it with a known location and value that shows incrementing values in memory viewer but it does not find the value on second search. So it is broken.

Unless I'm missing something. I'm familiar with these type of programs(eg. Cheat Engine) but this one is somewhat broken. Fw 17.0.1 and v1.1.3 Jnoexs java client.

Can anyone test this and let me know if they can actually narrow down initial found values?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    ShdwTakashi @ ShdwTakashi: pineapple belong on pizza? The answer is yes until proven otherwise