Skip to content

Proof of concept that traces all Javascript lines

Notifications You must be signed in to change notification settings

smx-smx/JsTracePOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsTracePOC

Proof of concept that traces all Javascript lines by putting a breakpoint on each line.

Not sure how well it works with minified files since they pack more lines into one.

Note: It's not particularly fast/efficient to place a breakpoint per line.

An alternative could be to replace all JS statements with a logger trampoline, but it would alter the original script

About

Proof of concept that traces all Javascript lines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages