Homebrew RELEASE Noexs Remote Debugger

Luffysan

Active Member
Newcomer
Joined
Mar 4, 2020
Messages
37
Trophies
0
Age
26
XP
446
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
176
Trophies
0
XP
694
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,392
Trophies
2
Age
40
Location
New Albany, Indiana
XP
3,804
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,392
Trophies
2
Age
40
Location
New Albany, Indiana
XP
3,804
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,795
Trophies
2
XP
6,363
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,136
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
14
Trophies
2
XP
351
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
  • Xdqwerty @ Xdqwerty:
    @mthrnite, juan's favorite measure
  • MysticStarlight @ MysticStarlight:
    with an s at the end
  • mthrnite @ mthrnite:
    sorry about your hard drive, super sucks
    +2
  • MysticStarlight @ MysticStarlight:
    I am mad because the drive isn't even that old. I never expected it to die so soon
  • mthrnite @ mthrnite:
    i'm gonna do my backups tonight for reals
    +2
  • MysticStarlight @ MysticStarlight:
    It does a clicking sound and Windows doesn't recognize it
  • mthrnite @ mthrnite:
    clicking = bad, i'd still try it on a linux box or a mac, out of desperation
  • Xdqwerty @ Xdqwerty:
    Do you recommend any way to back up?
  • MysticStarlight @ MysticStarlight:
    I will keep trying, but that clicking sound seems like the moving parts are stuck or something
  • mthrnite @ mthrnite:
    i use a mac, so I just leave time machine running, not real sure how to back up on a windows box
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Buy SSD copy everything over and no more clicking lol
  • mthrnite @ mthrnite:
    yeah clicking is bad, i don't do much recovery these days, so i don't know if the old tricks still work
  • Psionic Roshambo @ Psionic Roshambo:
    Pretty much they do but only because mechanical is still mechanical
    +1
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, the only hard drive i have is the one on my pc
  • Psionic Roshambo @ Psionic Roshambo:
    I had a weird thought, Sega with the Saturn it was a train wreck a pile of chips, but it does kind of fit the design philosophy of Sega at the time.... The Genesis/Sega CD/32X machine was probably loads of fun to program for
  • BigOnYa @ BigOnYa:
    Damn, the new COD coming soon is 310gb on series s/x
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, I bet a good chunk of the space games have is due to unused content
  • Psionic Roshambo @ Psionic Roshambo:
    310GBs lol ISPs hate this one trick
  • Psionic Roshambo @ Psionic Roshambo:
    DLC will be a svelt 32K download lol
  • BigOnYa @ BigOnYa:
    I think you only get like 425gb on a series s hard drive, so you get 1, 2 next gen games max
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, so you need to have another series s if you wanna play more games?
  • BigOnYa @ BigOnYa:
    Nuh you buy extra HD n add to it, but not cheap
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, how can a console have more than 1 hard drives?
  • MysticStarlight @ MysticStarlight:
    usb expansion? I know the PS4 can do this
    MysticStarlight @ MysticStarlight: usb expansion? I know the PS4 can do this